git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ee8227e
)
rsyslog: do not daemonize rsyslogd and allow procd to manage it
author
Alexis Green
<redacted>
Tue, 18 Oct 2016 00:53:03 +0000
(17:53 -0700)
committer
Alexis Green
<redacted>
Wed, 19 Oct 2016 01:56:01 +0000
(18:56 -0700)
Signed-off-by: Alexis Green <redacted>
net/rsyslog/files/rsyslog.init
patch
|
blob
|
history
diff --git
a/net/rsyslog/files/rsyslog.init
b/net/rsyslog/files/rsyslog.init
index 5fc88499f9293681e9be4f03567dbd4e076592dd..20eb2a41f111eaac4ac3dee78a0d424a94f09c30 100644
(file)
--- 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
}
git clone https://git.99rst.org/PROJECT