1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/tlsrouter/tlsrouter.initd

15 lines
259 B
Bash

#!/sbin/openrc-run
supervisor=supervise-daemon
name=tlsrouter
command="/usr/bin/tlsrouter"
command_args="$tlsrouter_opts"
command_user="tlsrouter"
capabilities="^cap_net_bind_service"
start_stop_daemon_args="--quiet"
depend() {
need net
after firewall
}