about summary refs log tree commit diff stats
path: root/tools/conf/etc/logrotate.d/shorewall
blob: a7dffdfeca826c4d6be5c72d61594e2f3825c2df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/var/log/shorewall-init.log {
  missingok
  notifempty
  create 0600 root root
    sharedscripts
    postrotate
    if [ -f /var/run/syslog-ng.pid ]; then \
    	kill -HUP `cat /var/run/syslog-ng.pid`; \
    fi;
    endscript
}