aports/main/kea/kea.confd.in
Jakub Jirutka f9cdc81578 main/kea: enable supervise-daemon by default
Kea sometimes crashes, so better run it with supervisor by default.
2023-03-12 19:04:08 +00:00

17 lines
503 B
Text

# Configuration for /etc/init.d/@@NAME@@
# Path to @@NAME@@ configuration file.
#cfgfile="/etc/kea/@@NAME@@.conf"
# Specifies the logging output; one of:
# - stdout - log to standard output
# - stderr - log to standard error
# - syslog:<facility> - log via syslog (default facility is local0)
# - <filepath> - log to file <filepath>
#logger_dest="syslog"
# The user (and group) to run @@NAME@@ daemon.
#command_user="kea"
# Comment out to run without process supervisor.
supervisor=supervise-daemon