aports/testing/upterm/uptermd.confd
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

11 lines
268 B
Bash

# Configuration file for /etc/init.d/uptermd
# Additional arguments to pass to uptermd.
command_args="--ssh-addr 0.0.0.0:2222"
# user:group to run the process with
command_user="uptermd:uptermd"
# Uncomment to use process supervisor.
#supervisor="supervise-daemon"