aboutsummaryrefslogtreecommitdiffstats
path: root/testing/moosefs/moosefs-chunkserver.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/moosefs/moosefs-chunkserver.initd')
-rw-r--r--testing/moosefs/moosefs-chunkserver.initd9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/moosefs/moosefs-chunkserver.initd b/testing/moosefs/moosefs-chunkserver.initd
new file mode 100644
index 0000000000..b564270254
--- /dev/null
+++ b/testing/moosefs/moosefs-chunkserver.initd
@@ -0,0 +1,9 @@
+#!/sbin/openrc-run
+
+command=/usr/sbin/mfschunkserver
+
+depend() {
+ need syslog
+ after net
+}
+