syslog-ng: get rid of guardian process

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
Philip Prindeville 2017-07-25 14:15:05 -06:00
parent 1923459f4e
commit 2898e7cc47
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ config_file=/etc/syslog-ng.conf
start() {
[ -f $config_file ] || return 1
service_start $PROG -p $SERVICE_PID_FILE
service_start $PROG --process-mode background \
-p $SERVICE_PID_FILE
}
stop() {