Fix logging for openrc

This commit is contained in:
Erik Wilson 2019-08-07 23:07:16 -07:00
parent 862c7ee379
commit d8c4f3811e

View File

@ -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