aboutsummaryrefslogtreecommitdiffstats
path: root/main/bmd-tools/bmd-streamer.initd
blob: 2cae75d8607b2e5fa2b0c431b880141b05c1ba08 (plain)
1
2
3
4
5
6
7
8
9
10
#!/sbin/runscript

depend() {
	after net firewall chrony
}

description="Blackmagic streamer"
command="/usr/bin/bmd-streamer"
command_background="yes"
pidfile="/var/run/bmd-streamer.pid"