Update keepalived.tpl

pull/494/head
midoks 2 years ago
parent 5a221d9cb3
commit 1f52d69410
  1. 10
      plugins/keepalived/init.d/keepalived.tpl

@ -9,13 +9,17 @@
# description: Start and stop Keepalived
# Source function library
. /etc/rc.d/init.d/functions
if [ -f /etc/rc.d/init.d/functions ];then
. /etc/rc.d/init.d/functions
fi
SYS_KP_FILE={$SERVER_PATH}/keepalived/etc/sysconfig/keepalived
# Source configuration file (we set KEEPALIVED_OPTIONS there)
. /etc/sysconfig/keepalived
if [ -f $SYS_KP_FILE ];then
. SYS_KP_FILE
fi
RETVAL=0
prog="keepalived"
start() {

Loading…
Cancel
Save