2013-08-12 13:26:42 +02:00
|
|
|
[Unit]
|
|
|
|
|
Description=Setup Timezone data
|
2014-10-06 21:15:10 +03:00
|
|
|
DefaultDependencies=no
|
|
|
|
|
Before=systemd-udevd.service
|
2017-12-09 18:19:23 +00:00
|
|
|
After=var.mount systemd-tmpfiles-setup.service
|
2013-08-12 13:26:42 +02:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
2014-08-18 18:34:20 +03:00
|
|
|
Environment=TIMEZONE=UTC
|
|
|
|
|
EnvironmentFile=-/storage/.cache/timezone
|
|
|
|
|
ExecStart=/bin/ln -sf /usr/share/zoneinfo/${TIMEZONE} /var/run/localtime
|
2013-08-12 13:26:42 +02:00
|
|
|
RemainAfterExit=yes
|
2013-11-24 22:24:44 +02:00
|
|
|
StartLimitInterval=0
|
2013-08-12 13:26:42 +02:00
|
|
|
|
|
|
|
|
[Install]
|
2014-10-06 21:15:10 +03:00
|
|
|
WantedBy=sysinit.target
|