Manifest v2

This commit is contained in:
Félix Piédallu
2024-03-07 16:49:38 +01:00
parent 1dc6f90e8b
commit 9baac34cd2
20 changed files with 144 additions and 1167 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ After=network.target
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=/usr/bin/dotnet __FINALPATH__/DnsServerApp.dll __DATADIR__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=/usr/bin/dotnet __INSTALL_DIR__/DnsServerApp.dll __DATA_DIR__
Restart=always
# Restart service after 10 seconds if the dotnet service crashes:
RestartSec=10