mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
OpenRC install to BIN_DIR
This commit is contained in:
parent
100e2f6c2f
commit
6a80350dda
@ -449,7 +449,7 @@ start_pre() {
|
|||||||
|
|
||||||
supervisor=supervise-daemon
|
supervisor=supervise-daemon
|
||||||
name="${SYSTEM_NAME}"
|
name="${SYSTEM_NAME}"
|
||||||
command="/usr/local/bin/k3s"
|
command="${BIN_DIR}/k3s"
|
||||||
command_args="${CMD_K3S_EXEC} >>${LOG_FILE} 2>&1"
|
command_args="${CMD_K3S_EXEC} >>${LOG_FILE} 2>&1"
|
||||||
pidfile="/var/run/${SYSTEM_NAME}.pid"
|
pidfile="/var/run/${SYSTEM_NAME}.pid"
|
||||||
respawn_delay=5
|
respawn_delay=5
|
||||||
|
Loading…
Reference in New Issue
Block a user