mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
5eae1ee8d0
Signed-off-by: Erik Hanson <erik@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
|
|
}
|