aboutsummaryrefslogtreecommitdiffstats
path: root/testing/moosefs/moosefs-chunkserver.initd
diff options
context:
space:
mode:
authorMichael Pirogov <vbnet.ru@gmail.com>2019-10-15 14:31:51 +0300
committerRasmus Thomsen <oss@cogitri.dev>2019-10-22 08:22:03 +0200
commitbe3bd188b8d54b933c78b0f6578845d75fbc562f (patch)
tree853d971626fa3cf9fd2fece680c09b3c4e0ed1df /testing/moosefs/moosefs-chunkserver.initd
parenteff149656c0bf7c54076a90f8720ce7d0615b6e7 (diff)
testing/moosefs: new aport
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 00000000000..b564270254b
--- /dev/null
+++ b/testing/moosefs/moosefs-chunkserver.initd
@@ -0,0 +1,9 @@
+#!/sbin/openrc-run
+
+command=/usr/sbin/mfschunkserver
+
+depend() {
+ need syslog
+ after net
+}
+