aports/testing/kumactl/kuma-dp.confd
Hoang Nguyen 3f651dc89c testing/kumactl: upgrade to 2.5.0
Add `kuma-cp`, `kuma-dp` and doc subpackages
2023-12-10 10:58:09 +00:00

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