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

10 lines
91 B
Plaintext

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