aports/testing/upterm/uptermd.initd
Hoang Nguyen 040acc680a testing/upterm: upgrade to 0.17.0
Also make uptermd OpenRC service run as a normal user.
2025-10-27 22:04:26 +00:00

16 lines
276 B
Bash

#!/sbin/openrc-run
: ${command_user:="uptermd:uptermd"}
name=uptermd
description="Secure terminal sharing deamon"
command="/usr/bin/uptermd"
command_background="yes"
pidfile="/run/$RC_SVCNAME.pid"
capabilities="^cap_net_bind_service"
depend() {
need net
after firewall
}