Browse Source
Merge pull request #12091 from pprindeville/syslog-ng-restore-reload
syslog-ng: restore service "reload" to actually working
lilik-openwrt-22.03
Josef Schlehofer
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
admin/syslog-ng/files/syslog-ng.init
|
|
@ -11,3 +11,7 @@ start_service() { |
|
|
|
procd_set_param command /usr/sbin/syslog-ng --foreground |
|
|
|
procd_close_instance |
|
|
|
} |
|
|
|
|
|
|
|
reload_service() { |
|
|
|
/usr/sbin/syslog-ng-ctl reload |
|
|
|
} |