Commit 6a80350d authored by Erik Wilson's avatar Erik Wilson

OpenRC install to BIN_DIR

parent 100e2f6c
...@@ -449,7 +449,7 @@ start_pre() { ...@@ -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
......
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