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-cgiserv.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
122 B
Text

#!/sbin/openrc-run
pidfile=/var/run/lizardfs-cgiserv.pid
command=/usr/sbin/lizardfs-cgiserver
depend() {
after net
}