summaryrefslogtreecommitdiff
path: root/www-apps/ttyd/files/ttyd.initd
blob: 7e8821b9b26d137cf1f6d8cbc980bbb357d3fad7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# shellcheck shell=sh
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

name="ttyd daemon"
command="/usr/bin/ttyd"
command_args="${TTYD_OPTS}"
command_background="true"
pidfile="/run/ttyd.pid"

depend() {
	use logger net
}