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:
+5
-3
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user