Files
Homelab/builds/ubuntu-unbound/supervisord.conf

20 lines
455 B
Plaintext

[supervisord]
nodaemon=true
logfile=/var/log/supervisor/supervisord.log
pidfile=/var/run/supervisord.pid
user=root
[program:sshd]
command=/usr/sbin/sshd -D
autostart=true
autorestart=true
stderr_logfile=/var/log/sshd.err.log
stdout_logfile=/var/log/sshd.out.log
[program:unbound]
command=/usr/sbin/unbound -d -c /config/unbound/minimal.conf
autostart=true
autorestart=true
stderr_logfile=/var/log/unbound.err.log
stdout_logfile=/var/log/unbound.out.log