aboutsummaryrefslogtreecommitdiffstats
path: root/testing/diod/diod
diff options
context:
space:
mode:
authorPavel Renev <an2qzavok@gmail.com>2015-10-28 21:26:27 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-04 09:51:21 +0000
commitf489bd1bf6f31d739cd5ffd1bee61059dc2b5e35 (patch)
treef3a5d69e21be1775349b1e17a206ed928a8705df /testing/diod/diod
parent51890e0a89efdaa64a1a95b5b79508ec0dfc9387 (diff)
testing/diod: new aport
http://github.com/chaos/diod diod is a multi-threaded, user space file server that speaks 9P2000.L protocol.
Diffstat (limited to 'testing/diod/diod')
-rwxr-xr-xtesting/diod/diod7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/diod/diod b/testing/diod/diod
new file mode 100755
index 00000000000..44de6b72dfb
--- /dev/null
+++ b/testing/diod/diod
@@ -0,0 +1,7 @@
+#!/sbin/runscript
+
+start() {
+ ebegin
+ start-stop-daemon --start -p /var/run/diod.pid -mbx /usr/bin/diod -- -f
+ eend $?
+}