mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-14 03:54:21 +02:00
10 lines
188 B
Bash
10 lines
188 B
Bash
#!/sbin/openrc-run
|
|
|
|
depend() {
|
|
after net firewall chrony
|
|
}
|
|
|
|
description="Blackmagic streamer"
|
|
command="/usr/bin/bmd-streamer"
|
|
command_background="yes"
|
|
pidfile="/var/run/bmd-streamer.pid"
|