aports/testing/matterbridge/matterbridge.initd
Konstantin Kulikov bf0e1888b1 testing/matterbridge: new aport
Bridges between a growing number of protocols.
2020-05-03 21:10:49 +00:00

16 lines
303 B
Plaintext

#!/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
}