This commit is contained in:
2023-04-16 21:38:32 +08:00
parent a0849e40ef
commit 0b6c876a0f
59 changed files with 1026 additions and 189 deletions

View File

@@ -34,10 +34,11 @@ function Quit {
}
function StartProc {
Print Start keeplived ...
Print Starting keeplived ...
rm -rf /var/run/keepalived
keepalived -f /etc/keepalived/keepalived.conf -lDGn &>> $LOG_DIR/keepalived.log &
PIDS="$PIDS $!"
Print Keeplived started.
}
function Main {