userlandfs_server: switch to B_MULTIPLE_LAUNCH

When userlandfs_server is set to something other than multiple
launch then it becomes impossible to mount userland filesystems
of different types at the same time.

Change-Id: I1e41ddb938af8813f76409f0911c577571936450
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9053
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Chris Roberts
2025-02-22 21:32:54 +00:00
committed by waddlesplash
parent 086e20b2cd
commit 83e62d7028
@@ -4,7 +4,7 @@
resource app_signature "application/x-vnd.haiku.userlandfs-server";
resource app_flags B_EXCLUSIVE_LAUNCH|B_BACKGROUND_APP;
resource app_flags B_MULTIPLE_LAUNCH|B_BACKGROUND_APP;
resource app_version {
major = 1,