mirror of
https://github.com/hassio-addons/addon-chrony.git
synced 2025-05-04 11:11:28 +00:00
9 lines
337 B
Text
9 lines
337 B
Text
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: chrony
|
|
# Runs chrony daemon
|
|
# ==============================================================================
|
|
# shellcheck disable=SC1091
|
|
bashio::log.info "Starting chronyd..."
|
|
|
|
exec chronyd -d -x
|