summarylogtreecommitdiffstats
path: root/nbd.service
diff options
context:
space:
mode:
authorChristian Hesse2015-06-29 19:58:00 +0200
committerChristian Hesse2015-06-29 19:58:00 +0200
commit7e898c58c36aa95e39a80eec06e7639f18055852 (patch)
treeea4f924337bc489189e3e82c9c71aa8a043b0bb5 /nbd.service
downloadaur-7e898c58c36aa95e39a80eec06e7639f18055852.tar.gz
initial import of nbd-git 3.8.r10.ga8c85e5-2
Diffstat (limited to 'nbd.service')
-rw-r--r--nbd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/nbd.service b/nbd.service
new file mode 100644
index 000000000000..3d580514cf9d
--- /dev/null
+++ b/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