From 6a80350ddae40f381e3809304054723969fd8056 Mon Sep 17 00:00:00 2001 From: Erik Wilson Date: Wed, 24 Apr 2019 11:45:05 -0700 Subject: [PATCH] OpenRC install to BIN_DIR --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0f443d9ef5..505dea27ae 100755 --- a/install.sh +++ b/install.sh @@ -449,7 +449,7 @@ start_pre() { supervisor=supervise-daemon name="${SYSTEM_NAME}" -command="/usr/local/bin/k3s" +command="${BIN_DIR}/k3s" command_args="${CMD_K3S_EXEC} >>${LOG_FILE} 2>&1" pidfile="/var/run/${SYSTEM_NAME}.pid" respawn_delay=5