mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 09:16:19 +00:00
4d181e470c
as this prevents the /var/run -> /run sym link from being created.
17 lines
378 B
Desktop File
17 lines
378 B
Desktop File
[Unit]
|
|
Description=Setup Timezone data
|
|
DefaultDependencies=no
|
|
Before=systemd-udevd.service
|
|
After=var.mount systemd-tmpfiles-setup.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=TIMEZONE=UTC
|
|
EnvironmentFile=-/storage/.cache/timezone
|
|
ExecStart=/bin/ln -sf /usr/share/zoneinfo/${TIMEZONE} /var/run/localtime
|
|
RemainAfterExit=yes
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|