repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git]
/
ulog-acctd
/
ulog-acctd.logrotate
blob
f9e64ad5ecd0dbb484e1d86f416823c6df638984
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
15
}