Files
2023-10-27 11:02:53 +02:00

7 lines
122 B
Bash

#!/bin/ash
if [ -z "${1}" ]; then
set -- "telegraf" \
--config ${APP_ROOT}/etc/telegraf.conf
fi
exec "$@"