mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
749460d8ea
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
10 lines
210 B
Makefile
10 lines
210 B
Makefile
/var/log/mythbackend.log /var/log/mythfrontend.log {
|
|
rotate 4
|
|
weekly
|
|
notifempty
|
|
sharedscripts
|
|
missingok
|
|
postrotate
|
|
[ -f "/var/run/mythbackend.pid" ] && /bin/kill -HUP `cat /var/run/mythbackend.pid`
|
|
endscript
|
|
}
|