Files
technitium-dns_ynh/conf/systemd.service
T
2026-06-15 18:39:50 -06:00

19 lines
421 B
Desktop File

[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