# kuma-cp service configuration options

# extra arguments to pass to kuma-cp
command_args=""

# user:group to run the process with
command_user="kuma:kuma"

# location of kuma-cp config file
#configfile="/etc/kuma/kuma-cp.yaml"

# where to store output logs for kuma-cp process
logfile="/var/log/kuma/kuma-cp.log"

# comment to use traditional service management
supervisor=supervise-daemon
