mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
a highly reliable, scalable and efficient distributed file system https://github.com/lizardfs/lizardfs/
10 lines
122 B
Text
10 lines
122 B
Text
#!/sbin/openrc-run
|
|
|
|
pidfile=/var/run/lizardfs-cgiserv.pid
|
|
command=/usr/sbin/lizardfs-cgiserver
|
|
|
|
|
|
depend() {
|
|
after net
|
|
}
|
|
|