mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
minor refactoring
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Technitium DNS Service
|
Description=Technitium DNS Server
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/etc/dns
|
WorkingDirectory=/etc/dns
|
||||||
@@ -8,7 +8,7 @@ Restart=always
|
|||||||
# Restart service after 10 seconds if the dotnet service crashes:
|
# Restart service after 10 seconds if the dotnet service crashes:
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
KillSignal=SIGINT
|
KillSignal=SIGINT
|
||||||
SyslogIdentifier=dns-service
|
SyslogIdentifier=dns-server
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
Reference in New Issue
Block a user