chiark / gitweb /
server/tests.at (WITH_STRACE): Factor out the strace(1) machinery.
[tripe] / debian / tripe.logrotate
1 /var/log/tripe/tripe.log {
2         rotate 7
3         weekly
4         compress
5         postrotate
6                 kill -HUP `cat /var/run/tripectl.pid`
7         endscript
8         missingok
9 }