forked from brl/citadel
Launch realm when PulseAudio and Wayland sockets are ready
This commit is contained in:
parent
f620c9c280
commit
26524e09ce
@ -1,5 +1,6 @@
|
|||||||
[Unit]
|
[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]
|
[Path]
|
||||||
PathChanged=/run/user/1000/pulse/native
|
PathChanged=/run/user/1000/pulse/native
|
||||||
|
PathChanged=/run/user/1000/wayland-0
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Description=Launch default realm
|
Description=Launch default realm
|
||||||
ConditionPathExists=!/run/realms
|
ConditionPathExists=!/run/realms
|
||||||
ConditionPathExists=/realms/default.realm
|
ConditionPathExists=/realms/default.realm
|
||||||
|
ConditionPathExists=/run/user/1000/pulse/native
|
||||||
|
ConditionPathExists=/run/user/1000/wayland-0
|
||||||
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Loading…
Reference in New Issue
Block a user