Files
bpfire/config/guardian/guardian.logrotate
Stefan Schantl a11aaa91b3 guardian: Update to 2.0.
Update guardian to the re-written version.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
2016-07-29 13:19:14 +02:00

13 lines
185 B
Plaintext

lastaction
/usr/bin/guardianctrl logrotate &>/dev/null
endscript
/var/log/guardian/guardian.log {
weekly
rotate 4
copytruncate
compress
notifempty
missingok
}