blob: 663040ee236421d442ded1af3950b1980dacf8b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[Unit]
Description=GNOME X11 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
BindsTo=gnome-session@.target
After=gnome-session@.target
BindsTo=gnome-session-x11.target
After=gnome-session-x11.target
BindsTo=gnome-session.target
After=gnome-session.target
|