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
syslog-ng: get rid of guardian process
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
lilik-openwrt-22.03
Philip Prindeville
7 years ago
parent
1923459f4e
commit
2898e7cc47
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
admin/syslog-ng/files/syslog-ng.init
+ 2
- 1
admin/syslog-ng/files/syslog-ng.init
View File
@ -12,7 +12,8 @@ config_file=/etc/syslog-ng.conf
start() {
[ -f $config_file ] || return 1
service_start $PROG -p $SERVICE_PID_FILE
service_start $PROG --process-mode background \
-p $SERVICE_PID_FILE
}
stop() {
Write
Preview
Loading…
Cancel
Save