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