void-packages/srcpkgs/samba/files/samba.logrotate
2012-01-26 18:03:59 +01:00

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
}