OSDN Git Service

New service: nsd. nsd
authormobinmob <mobinmob@disroot.org>
Sat, 14 May 2022 14:53:42 +0000 (17:53 +0300)
committermobinmob <mobinmob@disroot.org>
Sat, 14 May 2022 14:53:42 +0000 (17:53 +0300)
usr/share/66/service/nsd [new file with mode: 0644]

diff --git a/usr/share/66/service/nsd b/usr/share/66/service/nsd
new file mode 100644 (file)
index 0000000..3aad8b4
--- /dev/null
@@ -0,0 +1,10 @@
+[main]
+@type = classic
+@version = 0.0.1
+@description = " nlnet name server daemon"
+@user = ( root )
+
+[start]
+@execute = (
+       execl-toc -d /run/nsd -m 0755 -o nsd -g nsd
+       nsd -d )