vector-bin: Fix configtest rc-service command

Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
2024-03-20 22:20:05 +01:00
parent bb82026188
commit f74c72ddab
2 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,9 @@ VECTOR_LOG_DIR="${VECTOR_LOG_DIR:-/var/log/vector}"
command="/usr/bin/vector"
command_args="--config ${VECTOR_CONFIG}"
extra_commands="configtest"
extra_started_commands="reload"
description_configtest="Validate the vector configuration"
description_reload="Reload the vector configuration"
pidfile="/run/${RC_SVCNAME}.pid"