Merge pull request #1933 from srgvg/openrc-keep-restarting

Always keep restarting k3s process by openrc
This commit is contained in:
Jacob Blain Christen 2020-06-23 10:55:24 -07:00 committed by GitHub
commit 233e85ec05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -691,6 +691,7 @@ error_log=${LOG_FILE}
pidfile="/var/run/${SYSTEM_NAME}.pid"
respawn_delay=5
respawn_max=0
set -o allexport
if [ -f /etc/environment ]; then source /etc/environment; fi