Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 2e1d5ecdd806c967e8e555c845af17f8 > files > 1

webmin-1.960-1.mga7.noarch.rpm

/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
}