1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/upterm/uptermd.initd
2022-12-17 23:17:24 +01:00

12 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
}