mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-25 02:50:34 +00:00
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
[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
|