mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-10 15:57:09 +02:00
9 lines
86 B
Bash
9 lines
86 B
Bash
#!/sbin/openrc-run
|
|
|
|
command=/usr/sbin/mfsmaster
|
|
|
|
depend() {
|
|
need syslog
|
|
after net
|
|
}
|