From 1ef71a54d6f5227de9177bbc55d65ecfcde1ad5d Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 30 Dec 2018 18:56:31 +0530 Subject: [PATCH] removed BOM chars --- DnsServerApp.NETCore/supervisor.conf | 2 +- DnsServerApp.NETCore/systemd.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]