1
0
Fork 0
gnome-session/data/gnome-session-wayland@.target
Daniel Baumann f9d3f51ece
Adding upstream version 48.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 19:58:09 +02:00

20 lines
569 B
SYSTEMD

[Unit]
Description=GNOME Wayland Session (session: %i)
DefaultDependencies=no
# Start happens explicitly
RefuseManualStart=no
# Stop happens by starting gnome-session-shutdown.target
RefuseManualStop=yes
Conflicts=shutdown.target gnome-session-shutdown.target
PartOf=graphical-session.target
# As this is the main entry point, pull in the other toplevel gnome-session targets
Requires=gnome-session@.target
After=gnome-session@.target
Requires=gnome-session-wayland.target
After=gnome-session-wayland.target
Requires=gnome-session.target
After=gnome-session.target