summaryrefslogtreecommitdiffstats
path: root/funcweb/etc/funcweb_rotate
blob: 864011b41e6b8af30f2a0c130859bf01c6acfc02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/var/log/funcweb/server.log {
   missingok
   notifempty
   rotate 4
   weekly
   postrotate
      if [ -f /var/lock/subsys/funcwebd ]; then
         /etc/init.d/funcwebd condrestart
      fi
   endscript
}