mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #12091 from pprindeville/syslog-ng-restore-reload
syslog-ng: restore service "reload" to actually working
This commit is contained in:
@@ -11,3 +11,7 @@ start_service() {
|
|||||||
procd_set_param command /usr/sbin/syslog-ng --foreground
|
procd_set_param command /usr/sbin/syslog-ng --foreground
|
||||||
procd_close_instance
|
procd_close_instance
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reload_service() {
|
||||||
|
/usr/sbin/syslog-ng-ctl reload
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user