Merge pull request #4645 from pprindeville/syslog-ng-wrong-pid-path

syslog-ng: fix typo in .pid file path
This commit is contained in:
Philip Prindeville 2017-07-28 15:47:13 -06:00 committed by GitHub
commit 0a9337a985
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PROG=/usr/sbin/syslog-ng
PROG2=/usr/sbin/syslog-ng-ctl
SERVICE_USE_PID=1
SERVICE_PID_FILE=/var/log/syslog-ng.pid
SERVICE_PID_FILE=/var/run/syslog-ng.pid
config_file=/etc/syslog-ng.conf