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

8 lines
86 B
Bash

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