10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
/var/log/samba/*.log {
|
|
notifempty
|
|
missingok
|
|
sharedscripts
|
|
copytruncate
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/log/samba/*.pid 2> /dev/null` 2> /dev/null || true
|
|
endscript
|
|
}
|