Skip to content

Commit

Permalink
syslog-ng: get rid of guardian process
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Prindeville <[email protected]>
  • Loading branch information
pprindeville committed Jul 26, 2017
1 parent 1923459 commit 2898e7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/syslog-ng/files/syslog-ng.init
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2898e7c

Please sign in to comment.