Package: babeld
Version: 1.3.1-1
Severity: minor
Hi Stéphane,
I see that you've added an init script to your babeld package; thanks
for that.
I'm wondering whether it'd be a good idea to add a logrotate script to
the package. You can get babeld to reopen its log file by sending it
a SIGUSR2 signal.
I'm attaching the logrotate config we're using on huponomos; it's due to
Julien Cristau, and I'm fairly sure he won't object to your copying it
(if you do, Julien, scream now).
The ahcpd script is (almost) identical.
-- Juliusz
/var/log/babeld.log {
weekly
rotate 8
compress
missingok
notifempty
postrotate
[ -r /var/run/babeld.pid ] && kill -USR2 $(cat /var/run/babeld.pid)
endscript
}
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]