Files
webgui/sbin/ttyd-exec
Tom Mortensen f9ec00b488 repo reorg
2023-06-02 12:49:33 -07:00

5 lines
125 B
Bash
Executable File

#!/bin/bash
# Invoke ttyd with common options.
source /etc/default/ttyd
exec /usr/bin/ttyd -d0 $TTYD_OPTS "$@" &>/dev/null &