mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 03:42:37 +01:00
11 lines
268 B
Bash
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"
|