summaryrefslogtreecommitdiffstats
path: root/abs/core/xymon/logrotate-client.xymon
blob: a312b64dd83fc7f367d048a08a5832c311393cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/home/xymon/client/logs/* {
   missingok
   size 512K
   rotate 0
   compress
   postrotate
       if [ -f /service/xymon-client/run ]
       then
         sv hup xymon-client
       fi

   endscript

}