mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fix logging for openrc
This commit is contained in:
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
Block a user