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