blob: 0fadb2e0474708861d0382f74c5391cfa075be9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/home/xymon/client/logs/* {
missingok
notifempty
size 512k
rotate 2
compress
postrotate
if [ -f /service/xymon-client/run ]
then
sv hup xymon-client
fi
endscript
}
|