mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
syslog-ng: get rid of guardian process
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user