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

14 lines
222 B
Text

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