mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
1097637c76
(This used to be commit 4a8e457846a49647c751ae09365539acb5c02ce2)
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
/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
|
|
}
|