# 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
