Skip to content

Provide OpenRC Service file

#!/sbin/openrc-run

depend() {
    need net
}

command="/home/signal/signal"
command_args="-gateway -bind 127.0.0.1:5010"
command_user="signal:signal"
pidfile="/run/${RC_SVCNAME}/pid"

See: https://serverfault.com/q/974686/432466

Edited by Lucas Ramage