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