From 4c4b1959ca66dd9315003290750acded71401ecd Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 30 Dec 2018 16:47:42 +0530 Subject: [PATCH] supervisor config file added --- DnsServerApp.NETCore/supervisor.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 DnsServerApp.NETCore/supervisor.conf diff --git a/DnsServerApp.NETCore/supervisor.conf b/DnsServerApp.NETCore/supervisor.conf new file mode 100644 index 00000000..2272fbe6 --- /dev/null +++ b/DnsServerApp.NETCore/supervisor.conf @@ -0,0 +1,11 @@ +[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