1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00
aports/testing/lizardfs/lizardfs-master.initd
2022-04-30 12:58:09 +00:00

8 lines
86 B
Bash

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