summaryrefslogtreecommitdiffstats
path: root/network/monkey/monkey.logrotate
blob: 5d1cde3540f09db5770bcfc69b49c1427a8418cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/var/log/monkey/*.log {
  su apache apache
  rotate 10
  notifempty
  compress
  delaycompress
  sharedscripts
  postrotate
#    kill -HUP `cat /var/run/monkey/monkey.pid.*`
# Handling of SIGHUP is not implemented yet, but they promise make it like apache httpd
     /etc/rc.d/rc.monkey restart
  endscript
}