Browse Source

syslog-ng: use syslog-ng-ctl for proper reloads

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
lilik-openwrt-22.03
Philip Prindeville 7 years ago
parent
commit
83bd830407
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      admin/syslog-ng/files/syslog-ng.init

+ 1
- 1
admin/syslog-ng/files/syslog-ng.init View File

@ -27,5 +27,5 @@ stop() {
}
reload() {
service_reload $PROG
$PROG2 reload
}

Loading…
Cancel
Save