blob: 417695c6996f6bf740da5e5084ade208d07c2a12 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/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"
|