This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#3359
from alexgrin/master
rsyslog: do not daemonize rsyslogd and allow procd to manage it
lilik-openwrt-22.03
Hannu Nyman
8 years ago
committed by
GitHub
parent
6212360ed4
e0de4048e5
commit
eb404321d5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/rsyslog/files/rsyslog.init
+ 1
- 1
net/rsyslog/files/rsyslog.init
View 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
}
Write
Preview
Loading…
Cancel
Save