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