Files
hassio-addons/birdnet-pi/rootfs/custom-services.d/02-nginx.sh
2025-04-06 09:34:33 +02:00

11 lines
189 B
Bash
Executable File

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