feat(bind): run command to specify ipv4, config file and log file

!17
This commit is contained in:
2024-03-19 17:35:31 +09:30
parent 01c9be4aeb
commit 569fc2528c
3 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,7 @@
[program:bind]
startsecs=0
stopwaitsecs=55
command=/usr/sbin/named -f
command=/usr/sbin/named -4 -f -c /etc/bind/named.conf -L /var/log/named.log
autorestart=true
autostart=true
stdout_logfile=/var/log/supervisor_%(program_name)s.log