1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/lizardfs/lizardfs-master.initd
Natanael Copa 814d953133 testing/lizardfs: new aport
a highly reliable, scalable and efficient distributed file system
https://github.com/lizardfs/lizardfs/
2015-07-08 12:37:33 +00:00

9 lines
87 B
Text

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