mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
keepalived: Fix incorrect path in initscript
This path to keepalived was just incorrect and therefore the daemon could not easily be reloaded. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -24,7 +24,7 @@ case "${1}" in
|
||||
|
||||
reload)
|
||||
boot_mesg "Reloading keepalive daemon..."
|
||||
reloadproc /etc/sbin/keepalived
|
||||
reloadproc /usr/sbin/keepalived
|
||||
;;
|
||||
|
||||
restart)
|
||||
|
||||
Reference in New Issue
Block a user