rsyslog: do not daemonize rsyslogd and allow procd to manage it
Signed-off-by: Alexis Green <alexis@cessp.it>
This commit is contained in:
parent
ee8227ecce
commit
e0de4048e5
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ USE_PROCD=1
|
|||
|
||||
start_service() {
|
||||
procd_open_instance
|
||||
procd_set_param command /usr/sbin/rsyslogd
|
||||
procd_set_param command /usr/sbin/rsyslogd -n
|
||||
procd_close_instance
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue