syslog-ng: fix typo in .pid file path
authorPhilip Prindeville <redacted>
Fri, 28 Jul 2017 03:03:11 +0000 (21:03 -0600)
committerPhilip Prindeville <redacted>
Fri, 28 Jul 2017 03:04:19 +0000 (21:04 -0600)
Signed-off-by: Philip Prindeville <redacted>
admin/syslog-ng/files/syslog-ng.init

index 5af9bb47b4cbe12de0c41549888117922f14ea11..bb03de67229613753f5b8f78607a35a83813a163 100644 (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
 
git clone https://git.99rst.org/PROJECT