1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00
aports/testing/moosefs/moosefs-chunkserver.initd
2019-10-22 08:22:03 +02:00

9 lines
92 B
Bash

#!/sbin/openrc-run
command=/usr/sbin/mfschunkserver
depend() {
need syslog
after net
}