mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-16 02:37:07 +02:00
14 lines
316 B
Bash
14 lines
316 B
Bash
# vector service configuration options
|
|
|
|
# extra arguments to pass to vector
|
|
command_args=""
|
|
|
|
# user:group to run the process with
|
|
command_user="vector:vector"
|
|
|
|
# where to store logs for vector process output
|
|
#logfile="/var/log/vector.log"
|
|
|
|
# comment to use traditional service management
|
|
supervisor=supervise-daemon
|