cloudron-powerdns/setup/config/supervisor/conf.d/powerdns-server.conf
Jacob Kiers a91948a60f Initial commit
Signed-off-by: Jacob Kiers <code@kiers.eu>
2023-12-06 22:23:52 +01:00

11 lines
345 B
Plaintext

[program:powerdns-server]
command=/usr/sbin/pdns_server --guardian=no --daemon=no --disable-syslog --log-timestamp=no --write-pid=no --config-dir=/app/data/config/pdns.conf
directory=/app/data
user=cloudron
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0