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/
9 lines
87 B
Text
9 lines
87 B
Text
#!/sbin/openrc-run
|
|
|
|
command=/usr/sbin/mfsmaster
|
|
|
|
depend() {
|
|
need syslog
|
|
after net
|
|
}
|
|
|