mirror of https://github.com/k3s-io/k3s
Merge pull request #1933 from srgvg/openrc-keep-restarting
Always keep restarting k3s process by openrcpull/1945/head
commit
233e85ec05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue