diff --git a/etc/logrotate.d/aquarium b/etc/logrotate.d/aquarium new file mode 100644 index 0000000..db0fe45 --- /dev/null +++ b/etc/logrotate.d/aquarium @@ -0,0 +1,9 @@ +/var/log/aquarium.log { + daily + missingok + rotate 14 + compress + delaycompress + notifempty + create 0640 root root +}