mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
/var/log/samba/*.log {
|
|
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
|
|
}
|