# Timezone — System Clock Configuration## Sets the system timezone from /etc/default/init (TZ variable).# Must run early so that log timestamps are correct.[service]
name = "timezone"description = "System Timezone"type = "oneshot"[exec]
start = "/etc/zyginit/timezone/start.sh"[dependencies]
requires = ["root-fs"]
[restart]
on = "never"