mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:57:13 +08:00
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
/var/log/samba/log.smbd /var/log/samba/log.nmbd /var/log/samba/*.log {
|
|
notifempty
|
|
missingok
|
|
sharedscripts
|
|
copytruncate
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/samba/*.pid 2>/dev/null` 2>/dev/null || true
|
|
endscript
|
|
}
|