From ced486644298630a908580b84d1eb76c16bb2c34 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 6 Dec 2020 17:33:30 +0530 Subject: [PATCH] discontinuing supervisor.conf support. --- DnsServerApp.NETCore/supervisor.conf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 DnsServerApp.NETCore/supervisor.conf 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