Browse Source

syslog-ng: get rid of guardian process

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
lilik-openwrt-22.03
Philip Prindeville 7 years ago
parent
commit
2898e7cc47
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      admin/syslog-ng/files/syslog-ng.init

+ 2
- 1
admin/syslog-ng/files/syslog-ng.init 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() {


Loading…
Cancel
Save