extended description of configuration

This commit is contained in:
2025-06-13 14:12:29 +02:00
parent 0ffa57373a
commit 735665bb92
2 changed files with 17 additions and 1 deletions

View File

@@ -395,7 +395,7 @@ if [ -z "${ROOT:-}" ] || [ -z "${COLLECTION_LABELS:-}" ]; then
err "Configuration is incomplete."
exit 1
fi
SYNC_CMD=${SYNC_CMD:-exit}
SYNC_CMD=${SYNC_CMD:-echo 'Synchronization disabled'}
DAY_START=${DAY_START:-8}
DAY_END=${DAY_END:-18}
ZI_DIR=${ZI_DIR:-/usr/share/zoneinfo/posix}