commit e0de4048e595e6c85302d3883a52f32ffe79730a
parent ee8227eccec0b417dbb126a76bdef7c8d20c41f7
Author: Alexis Green <alexis@cessp.it>
Date: Mon, 17 Oct 2016 17:53:03 -0700
rsyslog: do not daemonize rsyslogd and allow procd to manage it
Signed-off-by: Alexis Green <alexis@cessp.it>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/rsyslog/files/rsyslog.init b/net/rsyslog/files/rsyslog.init
@@ -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
}