mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
Merge pull request #3359 from alexgrin/master
rsyslog: do not daemonize rsyslogd and allow procd to manage it
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user