summaryrefslogtreecommitdiff
blob: 9d1afdec19da067fff6e6db5620a4c0453558f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

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

depend() {
   use logger
}