mirror of
https://abf.rosa.ru/djam/webmin.git
synced 2025-02-23 16:02:47 +00:00
23 lines
596 B
Text
23 lines
596 B
Text
/var/log/webmin/miniserv.error {
|
|
notifempty
|
|
missingok
|
|
postrotate
|
|
[ -f /var/run/webmin/miniserv.pid ] && kill -HUP `cat /var/run/webmin/miniserv.pid` > /dev/null 2>&1 || :
|
|
endscript
|
|
}
|
|
|
|
/var/log/webmin/miniserv.log {
|
|
notifempty
|
|
missingok
|
|
postrotate
|
|
[ -f /var/run/webmin/miniserv.pid ] && kill -HUP `cat /var/run/webmin/miniserv.pid` > /dev/null 2>&1 || :
|
|
endscript
|
|
}
|
|
|
|
/var/log/webmin/webmin.log {
|
|
notifempty
|
|
missingok
|
|
postrotate
|
|
[ -f /var/run/webmin/miniserv.pid ] && kill -HUP `cat /var/run/webmin/miniserv.pid` > /dev/null 2>&1 || :
|
|
endscript
|
|
}
|