mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
9 lines
92 B
Bash
9 lines
92 B
Bash
#!/sbin/openrc-run
|
|
|
|
command=/usr/sbin/mfschunkserver
|
|
|
|
depend() {
|
|
need syslog
|
|
after net
|
|
}
|
|
|