Commit d8c4f381 authored by Erik Wilson's avatar Erik Wilson

Fix logging for openrc

parent 862c7ee3
...@@ -565,6 +565,9 @@ command="${BIN_DIR}/k3s" ...@@ -565,6 +565,9 @@ command="${BIN_DIR}/k3s"
command_args="$(escape_dq "${CMD_K3S_EXEC}") command_args="$(escape_dq "${CMD_K3S_EXEC}")
>>${LOG_FILE} 2>&1" >>${LOG_FILE} 2>&1"
output_log="${LOG_FILE}"
error_log="${LOG_FILE}"
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