blob: e8d228e053caf9b891038cb25d1ebfa16dfe0617 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=GNOME Session
DefaultDependencies=no
RefuseManualStart=yes
RefuseManualStop=yes
BindsTo=graphical-session.target
Before=graphical-session.target
# gnome-session-monitor.service will quit with the session leader process
# gnome-session.target pulls in graphical-session.target
BindsTo=gnome-session-monitor.service
After=gnome-session-monitor.service
|