Skip to content

Commit

Permalink
launch_daemon: Added forgotten time update/dstcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
axeld committed Nov 7, 2015
1 parent 5860caa commit 64df3e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/launch/user
Expand Up @@ -27,6 +27,14 @@ target desktop {
launch /bin/sh ~/config/settings/boot/UserBootscript
}

job check-daylight-saving-time {
launch /system/bin/dstcheck
}

job update-time {
launch /system/preferences/Time "" --update
}

job first-login {
launch /bin/sh /system/boot/PostInstallScript "first login" ~/config/settings/first_login /boot/system/boot/first-login
if file_exists ~/config/settings/first_login
Expand Down

0 comments on commit 64df3e0

Please sign in to comment.