summaryrefslogtreecommitdiff
path: root/packaging/RHEL-CTDB/setup/samba.log
blob: a3c000ea788d4f888c68b200a72200aa1ac59526 (plain)
1
2
3
4
5
6
7
8
9
/var/log/samba/*.log /var/log/samba/log.smbd /var/log/samba/log.nmbd {
    notifempty
    missingok
    sharedscripts
    copytruncate
    postrotate
	/bin/kill -HUP `cat /var/run/smbd.pid /var/run/nmbd.pid /var/run/winbindd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}