mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-31 11:21:17 +02:00
11 lines
105 B
Plaintext
11 lines
105 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command=/usr/sbin/mfschunkserver
|
|
|
|
depend() {
|
|
need syslog
|
|
after net
|
|
}
|
|
|
|
need syslog
|