blob: ba2a9185aaab56a4483fcb672e97ae9d2e78a3b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[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
|