mirror of https://github.com/k3s-io/k3s
Fix logging for openrc
parent
862c7ee379
commit
d8c4f3811e
|
@ -565,6 +565,9 @@ command="${BIN_DIR}/k3s"
|
|||
command_args="$(escape_dq "${CMD_K3S_EXEC}")
|
||||
>>${LOG_FILE} 2>&1"
|
||||
|
||||
output_log="${LOG_FILE}"
|
||||
error_log="${LOG_FILE}"
|
||||
|
||||
pidfile="/var/run/${SYSTEM_NAME}.pid"
|
||||
respawn_delay=5
|
||||
|
||||
|
|
Loading…
Reference in New Issue