aports/main/bmd-tools/bmd-streamer.initd

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"