aports/testing/upterm/uptermd.initd
2022-12-17 23:17:24 +01:00

13 lines
226 B
Bash

#!/sbin/openrc-run
name=uptermd
description="Secure terminal sharing deamon"
command="/usr/bin/uptermd"
command_args="${command_args:---ssh-addr 0.0.0.0:2222}"
command_background="yes"
depend() {
need net
after firewall
}