fix(supervisor): named was not set to start correctly

!2
This commit is contained in:
2023-11-13 01:22:12 +09:30
parent d92aa7b5a1
commit 3c458c0c7b

View File

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