mirror of https://github.com/openwrt/packages.git
syslog-ng: get rid of guardian process
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>pull/4610/head
parent
1923459f4e
commit
2898e7cc47
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue