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"
Edited by Lucas Ramage
#!/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"