mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
16 lines
386 B
Bash
16 lines
386 B
Bash
# kuma-dp service configuration options
|
|
|
|
# extra arguments to pass to kuma-dp
|
|
command_args=""
|
|
|
|
# user:group to run the process with
|
|
command_user="kuma:kuma"
|
|
|
|
# binary path to the Envoy executable
|
|
envoypath="/usr/bin/envoy"
|
|
|
|
# where to store output logs for kuma-dp process
|
|
logfile="/var/log/kuma/kuma-dp.log"
|
|
|
|
# comment to use traditional service management
|
|
supervisor=supervise-daemon
|