aboutsummaryrefslogtreecommitdiffstats
path: root/testing/matterbridge/matterbridge.initd
blob: 404e69f4ebae26289f70e7b57cbae6c90799bcb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/openrc-run

name=matterbridge
description="Bridges between a growing number of chat protocols"

command="/usr/bin/matterbridge"
command_args="$MATTERBRIDGE_OPTS"
command_background=yes
command_user=matterbridge:matterbridge
pidfile="/run/$RC_SVCNAME.pid"

depend() {
	need net
	after firewall
}