mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
a highly reliable, scalable and efficient distributed file system https://github.com/lizardfs/lizardfs/
10 lines
87 B
Plaintext
10 lines
87 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command=/usr/sbin/mfsmaster
|
|
|
|
depend() {
|
|
need syslog
|
|
after net
|
|
}
|
|
|