Manifest v2
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
SOURCE_URL=https://download.visualstudio.microsoft.com/download/pr/c1348fca-4ef4-46bc-9f6e-04f2315e0d3e/50fe6b7c2df482cdc880b66bd46834c7/aspnetcore-runtime-7.0.9-linux-x64.tar.gz
|
||||
SOURCE_SUM=91a76e3ac6f80f9beced368858305a059c06c0c0da21dfc4b25046c50dce971b
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=
|
||||
SOURCE_EXTRACT=true
|
||||
@@ -1,7 +0,0 @@
|
||||
SOURCE_URL=https://download.technitium.com/dns/archive/11.3/DnsServerPortable.tar.gz
|
||||
SOURCE_SUM=316290e7ea1c79a856498e7c780ad83a5cc63603f9fb5dee5a22fda42c1689af
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=
|
||||
SOURCE_EXTRACT=true
|
||||
@@ -1,7 +0,0 @@
|
||||
SOURCE_URL=https://download.visualstudio.microsoft.com/download/pr/9aca092c-f9c0-48d7-a01f-3c1c2eaac903/01b345ddecc7a90d5c99d016fa5180a6/aspnetcore-runtime-7.0.9-linux-arm64.tar.gz
|
||||
SOURCE_SUM=8dc8e5d1373189547aa716c578f9b29afcd7d8d94fd1208650d0809b3af9388b
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=
|
||||
SOURCE_EXTRACT=true
|
||||
@@ -1,7 +0,0 @@
|
||||
SOURCE_URL=https://download.visualstudio.microsoft.com/download/pr/3463b963-3438-43db-84eb-e660956c99d6/b8486eb997e3991c5c04800ae8665cc2/aspnetcore-runtime-7.0.9-linux-arm.tar.gz
|
||||
SOURCE_SUM=581bdd9ccef0209cd6ec6b9ff172142eefd9f09332ac98814705af3f91b068ae
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=
|
||||
SOURCE_EXTRACT=true
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user