launch_daemon: Added forgotten time update/dstcheck.

This commit is contained in:
Axel Dörfler 2015-11-07 21:44:51 +01:00
parent 5860caae39
commit 64df3e0483
1 changed files with 8 additions and 0 deletions

View File

@ -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