9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
/var/log/webmin/miniserv.error /var/log/webmin/*.log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/usr/bin/systemctl -q try-reload-or-restart webmin.service 2>/dev/null || true
|
|
endscript
|
|
}
|