11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
|
/var/log/samba/*.log /var/log/samba/log.* {
|
||
|
notifempty
|
||
|
missingok
|
||
|
sharedscripts
|
||
|
copytruncate
|
||
|
postrotate
|
||
|
/bin/systemctl try-restart smbd.service nmbd.service winbindd.service \
|
||
|
2>/dev/null || true
|
||
|
endscript
|
||
|
}
|