Files
guru/www-apps/ttyd/files/ttyd.initd
Anna (cybertailor) Vyalkova 7551f7c986 www-apps/ttyd: new package, add 1.7.3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-04-01 02:28:10 +05:00

14 lines
285 B
Plaintext

#!/sbin/openrc-run
# shellcheck shell=sh
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
command="/usr/bin/ttyd"
command_args="${TTYD_OPTS:--i lo -p 7681 -O} login"
command_background=1
pidfile="/run/ttyd.pid"
depend() {
use net
}