mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix syslog-ng PID file path https://github.com/webmin/webmin/issues/1606
This commit is contained in:
@@ -2,6 +2,6 @@ lines=100
|
||||
compressed=1
|
||||
syslogng_conf=/etc/syslog-ng/syslog-ng.conf
|
||||
syslogng_cmd=syslog-ng
|
||||
pid_file=/run/syslog-ng.pid
|
||||
pid_file=/var/run/syslog-ng.pid
|
||||
start_cmd=systemctl start syslog-ng
|
||||
stop_cmd=systemctl stop syslog-ng
|
||||
|
||||
Reference in New Issue
Block a user