mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
10 lines
240 B
Text
10 lines
240 B
Text
|
/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
|
||
|
}
|