rsyslog: do not daemonize rsyslogd and allow procd to manage it
authorAlexis Green <redacted>
Tue, 18 Oct 2016 00:53:03 +0000 (17:53 -0700)
committerAlexis Green <redacted>
Wed, 19 Oct 2016 01:56:01 +0000 (18:56 -0700)
Signed-off-by: Alexis Green <redacted>
net/rsyslog/files/rsyslog.init

index 5fc88499f9293681e9be4f03567dbd4e076592dd..20eb2a41f111eaac4ac3dee78a0d424a94f09c30 100644 (file)
@@ -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
 }
git clone https://git.99rst.org/PROJECT