10 lines
228 B
Text
10 lines
228 B
Text
/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
|
|
}
|