mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
12 lines
226 B
Bash
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
|
|
}
|