mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +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() {
|
start() {
|
||||||
[ -f $config_file ] || return 1
|
[ -f $config_file ] || return 1
|
||||||
service_start $PROG -p $SERVICE_PID_FILE
|
service_start $PROG --process-mode background \
|
||||||
|
-p $SERVICE_PID_FILE
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
|||||||
Reference in New Issue
Block a user