OSDN Git Service

New service: nbd.
authormobinmob <mobinmob@disroot.org>
Wed, 2 Feb 2022 17:45:21 +0000 (19:45 +0200)
committermobinmob <mobinmob@disroot.org>
Wed, 2 Feb 2022 17:45:21 +0000 (19:45 +0200)
usr/share/66/service/nbd [new file with mode: 0644]

diff --git a/usr/share/66/service/nbd b/usr/share/66/service/nbd
new file mode 100644 (file)
index 0000000..cce4f31
--- /dev/null
@@ -0,0 +1,8 @@
+[main]
+@type = classic
+@version = 0.0.1
+@description = "nbd daemon"
+@user = ( root )
+
+[start]
+@execute = ( nbd-server -d )