Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update process.sh #25

Closed
wants to merge 1 commit into from
Closed

Conversation

10liuguang01
Copy link

fixed #18 when "docker kill keepalived", file "/var/run/keepalived.pid" still existed, so the container cannot start.

fixed osixia#18 when "docker kill keepalived",  file "/var/run/keepalived.pid" still existed, so the container cannot start.
@BertrandGouny
Copy link
Member

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

@Thericho Thericho mentioned this pull request Feb 21, 2020
BertrandGouny added a commit that referenced this pull request Mar 7, 2020
@BertrandGouny
Copy link
Member

closed by #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

when system reboot or unexpected shutdown, keepalived never start up again
2 participants