mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-23 00:07:28 +00:00
supervisor config file added
This commit is contained in:
11
DnsServerApp.NETCore/supervisor.conf
Normal file
11
DnsServerApp.NETCore/supervisor.conf
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user