Files
hassio-addons/birdnet-pi/rootfs/custom-services.d/02-nginx.sh
2026-07-10 12:21:27 +02:00

11 lines
187 B
Bash
Executable File

#!/usr/bin/with-contenv bash
# shellcheck shell=bash
set -e
# Set timezone
TZ_VALUE="$(timedatectl show -p Timezone --value)"
export TZ="$TZ_VALUE"
echo "Starting service: nginx"
nginx