diff --git a/DnsServerApp.NETCore/supervisor.conf b/DnsServerApp.NETCore/supervisor.conf index 2272fbe6..a5d2a1f1 100644 --- a/DnsServerApp.NETCore/supervisor.conf +++ b/DnsServerApp.NETCore/supervisor.conf @@ -1,4 +1,4 @@ -[program:dns] +[program:dns] command=/usr/bin/dotnet /etc/dns/DnsServerApp.dll directory=/etc/dns/ autostart=true diff --git a/DnsServerApp.NETCore/systemd.service b/DnsServerApp.NETCore/systemd.service index 09ac251d..d4457ec9 100644 --- a/DnsServerApp.NETCore/systemd.service +++ b/DnsServerApp.NETCore/systemd.service @@ -1,4 +1,4 @@ -[Unit] +[Unit] Description=Technitium DNS Service [Service]