Merge branch 'Thericho-fix-stray-pid' into release-2.0.20

This commit is contained in:
Bertrand Gouny 2020-03-07 17:48:19 +01:00
commit ad3cd3e182
1 changed files with 2 additions and 0 deletions

View File

@ -64,4 +64,6 @@ if [ ! -e "/usr/local/etc/keepalived/keepalived.conf" ]; then
ln -sf ${CONTAINER_SERVICE_DIR}/keepalived/assets/keepalived.conf /usr/local/etc/keepalived/keepalived.conf
fi
rm -f /run/keepalived.pid || true
exit 0