diff --git a/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.path b/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.path index a79a9dc..e6a23e7 100644 --- a/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.path +++ b/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.path @@ -1,5 +1,6 @@ [Unit] -Description=Wait for creation of /run/user/1000/pulse/native +Description=Wait for creation of PA and Wayland sockets before launching first realm. [Path] PathChanged=/run/user/1000/pulse/native +PathChanged=/run/user/1000/wayland-0 diff --git a/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.service b/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.service index 2dc6683..90170b7 100644 --- a/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.service +++ b/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.service @@ -2,6 +2,8 @@ Description=Launch default realm ConditionPathExists=!/run/realms ConditionPathExists=/realms/default.realm +ConditionPathExists=/run/user/1000/pulse/native +ConditionPathExists=/run/user/1000/wayland-0 [Service]