mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +03:00
8 lines
86 B
Bash
8 lines
86 B
Bash
#!/sbin/openrc-run
|
|
|
|
command=/usr/sbin/mfsmaster
|
|
|
|
depend() {
|
|
need syslog
|
|
after net
|
|
}
|