add logrotate

This commit is contained in:
belgotux
2023-01-05 02:11:38 +01:00
parent 993ddd94e1
commit 9f0d4d3f9f
2 changed files with 12 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/var/log/nutNotify/nutNotify.log {
monthly
rotate 4
compress
# Do not rotate if empty
notifempty
missingok
create 640 nut nut
}