Files
Arch-R/packages/sysutils/timezone-data/system.d/tz-data.service
Stefan Saraev af2f0a12aa tz-data: tweaks
- run tzdata0setup after advancedsettings.xml gets closed. not on every write
- disable ratelimiting
2013-11-24 22:24:44 +02:00

15 lines
259 B
Desktop File

[Unit]
Description=Setup Timezone data
Before=xbmc.service
ConditionPathExists=/storage/.xbmc/userdata/guisettings.xml
[Service]
Type=oneshot
ExecStart=/usr/lib/openelec/tzdata-setup
RemainAfterExit=yes
StartLimitInterval=0
[Install]
WantedBy=xbmc.service