launch_daemon: Improved target support.

* You can now put jobs/services into a target.
* Instead of having Login started as part of the normal boot process,
  it's now in the "login" target.
* The app_server now launches the login target when a login becomes
  available (ie. during startup, but that could be improved later on).
This commit is contained in:
Axel Dörfler
2015-07-22 20:41:51 +02:00
parent a44d3faf2e
commit c086a1834b
7 changed files with 353 additions and 62 deletions
+5 -3
View File
@@ -71,7 +71,9 @@ service x-vnd.Haiku-power_daemon {
legacy
}
job x-vnd.Haiku-Login {
launch /system/apps/Login
legacy
target login {
job x-vnd.Haiku-Login {
launch /system/apps/Login
legacy
}
}