[Unit] Description=Technitium DNS Server After=network.target [Service] Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/sources/ ExecStart=__INSTALL_DIR__/dotnet/dotnet __INSTALL_DIR__/sources/DnsServerApp.dll __DATA_DIR__ Restart=always RestartSec=10 KillSignal=SIGINT SyslogIdentifier=dns-server Environment=DNS_SERVER_LOG_FOLDER_PATH=/var/log/__APP__/dns [Install] WantedBy=multi-user.target