aports/testing/lizardfs/lizardfs-chunkserver.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

11 lines
105 B
Plaintext

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