mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-23 22:52:48 +02:00
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
/var/log/samba/log.* /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
|
|
}
|