launch_daemon: Correctly fix #12289 as pointed out by Axel.
- Rather than depending just on mount_server's launch, instead use a condition that waits for the volumes mounted event. Had missed the existence of this one previously.
This commit is contained in:
parent
d796a63b4f
commit
03bf949ed4
@ -29,10 +29,12 @@ service x-vnd.Haiku-mount_server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
service x-vnd.Haiku-media_server {
|
service x-vnd.Haiku-media_server {
|
||||||
requires x-vnd.Haiku-mount_server
|
|
||||||
launch /system/servers/media_server
|
launch /system/servers/media_server
|
||||||
no_safemode
|
no_safemode
|
||||||
legacy
|
legacy
|
||||||
|
on {
|
||||||
|
initial_volumes_mounted
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
service x-vnd.Haiku-midi_server {
|
service x-vnd.Haiku-midi_server {
|
||||||
|
Loading…
Reference in New Issue
Block a user