mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 14:52:14 +01:00
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
#!/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"
|