Closed 10liuguang01 closed 4 years ago
fixed #18 when "docker kill keepalived", file "/var/run/keepalived.pid" still existed, so the container cannot start.
Hello, thanks for the pull request. This would fit better in startup.sh script. Something like
rm -f /var/run/keepalived.pid || true
so the script don't fail if the paid file doesn't exist
closed by #39
fixed #18 when "docker kill keepalived", file "/var/run/keepalived.pid" still existed, so the container cannot start.