Merge pull request #12091 from pprindeville/syslog-ng-restore-reload
syslog-ng: restore service "reload" to actually working
This commit is contained in:
commit
cb7d8210d3
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue