chiark / gitweb /
configure.ac, debian/: Overhaul Wireshark plugin build 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 }