diff --git a/DnsServerApp.NETCore/supervisor.conf b/DnsServerApp.NETCore/supervisor.conf deleted file mode 100644 index a5d2a1f1..00000000 --- a/DnsServerApp.NETCore/supervisor.conf +++ /dev/null @@ -1,11 +0,0 @@ -[program:dns] -command=/usr/bin/dotnet /etc/dns/DnsServerApp.dll -directory=/etc/dns/ -autostart=true -autorestart=true -stderr_logfile=/var/log/dns.err.log -stdout_logfile=/var/log/dns.out.log -environment=HOME=/etc/dns/ -stopsignal=INT -stopasgroup=true -killasgroup=true