ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/lib/systemd/user/gnome-session.target

16 lines
434 B
SYSTEMD

[Unit]
Description=GNOME Session
OnFailure=gnome-session-failed.target
OnFailureJobMode=replace
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