diff options
author | SoftExpert | 2025-01-26 12:28:09 +0100 |
---|---|---|
committer | SoftExpert | 2025-01-26 12:28:09 +0100 |
commit | d019edea565d8677117b4c2f4a05852ea562b2ac (patch) | |
tree | 8ac9d27d62f26ed90563169654bdb38aa0d78c80 /technitium-dns-server.dinit | |
download | aur-d019edea565d8677117b4c2f4a05852ea562b2ac.tar.gz |
initial version - 13.3 - r3218.gfcd631b8
Diffstat (limited to 'technitium-dns-server.dinit')
-rw-r--r-- | technitium-dns-server.dinit | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/technitium-dns-server.dinit b/technitium-dns-server.dinit new file mode 100644 index 000000000000..09edb786d9a5 --- /dev/null +++ b/technitium-dns-server.dinit @@ -0,0 +1,8 @@ +type = process +command = /usr/bin/dotnet /opt/technitium-dns-server/DnsServerApp.dll +working-dir = /opt/technitium-dns-server +restart = true +smooth-recovery = true +term-signal = KILL +log-type = buffer +waits-for = network.target |