1
0
Fork 0
gnome-session/data/gnome-session-monitor.service.in
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

15 lines
449 B
SYSTEMD

[Unit]
Description=Monitor Session leader for GNOME Session
CollectMode=inactive-or-failed
# All services started after gnome-session-pre.target need to be torn down
# before the session finish can be signalled back to the display manager.
PartOf=gnome-session-pre.target
Before=gnome-session-pre.target
# No After, as we want this to start up immediately
[Service]
Type=notify
ExecStart=@libexecdir@/gnome-session-ctl --monitor
TimeoutStopSec=5