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