Launchbox: autostart on boot
Use launch daemon to autostart Launchbox if enabled in settings. Change-Id: Id0aaf454cfbc0cc42db2dbb54d6788c79dae6949 Reviewed-on: https://review.haiku-os.org/c/917 Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
c62142a72b
commit
e680a439bf
@@ -12,6 +12,14 @@ target desktop {
|
||||
on initial_volumes_mounted
|
||||
}
|
||||
|
||||
job x-vnd.Haiku-LaunchBox {
|
||||
launch /system/apps/LaunchBox
|
||||
if setting ~/config/settings/LaunchBox/main_settings autostart
|
||||
on initial_volumes_mounted
|
||||
legacy
|
||||
no_safemode
|
||||
}
|
||||
|
||||
service x-vnd.Be-POST {
|
||||
launch /system/servers/mail_daemon
|
||||
if setting ~/config/settings/Mail/new_mail_daemon DaemonAutoStarts
|
||||
|
||||
Reference in New Issue
Block a user