updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / ulog-acctd / ulog-acctd.logrotate
blobf9e64ad5ecd0dbb484e1d86f416823c6df638984
1 /var/log/ulog-acctd/account.log /var/log/ulog-acctd/debug.log {
2     weekly
3     rotate 5
4     copytruncate
5     compress
6     notifempty
7     missingok
8     sharedscripts
9     prerotate
10         if [ -e /var/run/ulog-acctd.pid ]; then kill -TSTP `cat /var/run/ulog-acctd.pid`; fi
11     endscript
12     postrotate
13         if [ -e /var/run/ulog-acctd.pid ]; then kill -CONT `cat /var/run/ulog-acctd.pid`; fi
14     endscript