Add Pi-hole with AdGuard DOH/DOT integration, reorganize swarm stacks, add DNS/n8n docs
This commit is contained in:
19
builds/ubuntu-unbound/supervisord.conf
Normal file
19
builds/ubuntu-unbound/supervisord.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user