mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
- run tzdata0setup after advancedsettings.xml gets closed. not on every write - disable ratelimiting
15 lines
259 B
Desktop File
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
|