service x-vnd.Haiku-app_server {env /system/boot/SetupEnvironmentlaunch /system/servers/app_server}target desktop {env /system/boot/SetupEnvironmentservice x-vnd.Be-TRAK {launch /system/Trackerlegacyon initial_volumes_mounted}service x-vnd.Be-TSKB {launch /system/Deskbaron initial_volumes_mounted}job x-vnd.Haiku-LaunchBox {launch /system/apps/LaunchBoxif setting ~/config/settings/LaunchBox/main_settings autostarton initial_volumes_mountedlegacyno_safemode}service x-vnd.Be-POST {launch /system/servers/mail_daemonif setting ~/config/settings/Mail/new_mail_daemon DaemonAutoStartson initial_volumes_mountedno_safemode}job user-bootscript {launch /bin/sh ~/config/settings/boot/UserBootscript}job check-daylight-saving-time {launch /system/bin/dstcheck}job update-time {launch /system/preferences/Time --updateif setting ~/config/settings/networktime\ settings "synchronize at boot"on network_available}job first-login {launch /bin/sh /system/boot/PostInstallScript "first login" ~/config/settings/first_login /boot/system/boot/first-loginif file_exists ~/config/settings/first_loginrequires x-vnd.Be-TSKB}job create-installer-link {# When run from a read-only medium a.k.a. live desktopif {read_onlyfile_exists /boot/system/apps/Installer}launch /bin/ln -sf /boot/system/apps/Installer ~/Desktop/Installer}}target first_boot {job x-vnd.Haiku-FirstBootPrompt}target installer {job x-vnd.Haiku-Installer}run {if {file_exists /system/bin/FirstBootPromptor {not file_exists /boot/home/config/settings/Locale\ settingsread_only}}then {first_boot}else {desktop}}