#!/usr/bin/with-contenv bash
# shellcheck shell=bash

exec \
    s6-notifyoncheck -d -n 300 -w 1000 -c "nc -zu localhost 69" \
        /usr/sbin/in.tftpd --foreground --listen --user abc --secure ${PORT_RANGE:+--port-range $PORT_RANGE} /config/menus
