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:
Michael Tremer
2018-12-19 23:38:48 +00:00
parent ae84d3745d
commit e978f0429f
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ case "${1}" in
reload)
boot_mesg "Reloading keepalive daemon..."
reloadproc /etc/sbin/keepalived
reloadproc /usr/sbin/keepalived
;;
restart)