Unverified Commit 233e85ec authored by Jacob Blain Christen's avatar Jacob Blain Christen Committed by GitHub

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

Always keep restarting k3s process by openrc
parents 57fb6603 921e1193
...@@ -691,6 +691,7 @@ error_log=${LOG_FILE} ...@@ -691,6 +691,7 @@ error_log=${LOG_FILE}
pidfile="/var/run/${SYSTEM_NAME}.pid" pidfile="/var/run/${SYSTEM_NAME}.pid"
respawn_delay=5 respawn_delay=5
respawn_max=0
set -o allexport set -o allexport
if [ -f /etc/environment ]; then source /etc/environment; fi if [ -f /etc/environment ]; then source /etc/environment; fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment