summaryrefslogtreecommitdiffstats
path: root/abs/extra/nbd/nbd.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/nbd/nbd.service')
-rw-r--r--abs/extra/nbd/nbd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/extra/nbd/nbd.service b/abs/extra/nbd/nbd.service
new file mode 100644
index 0000000..3d58051
--- /dev/null
+++ b/abs/extra/nbd/nbd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Network Block Device Server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/nbd-server
+
+[Install]
+WantedBy=multi-user.target