mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Update guardian to the re-written version. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
13 lines
185 B
Plaintext
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
|
|
}
|