2019-04-19 18:21:55 -04:00
|
|
|
[Unit]
|
|
|
|
Description=GNOME Shell on X11
|
|
|
|
# On X11, try to show the GNOME Session Failed screen
|
2020-02-13 12:39:32 -05:00
|
|
|
OnFailure=org.gnome.Shell-disable-extensions.service gnome-session-failed.target
|
2019-04-19 18:21:55 -04:00
|
|
|
OnFailureJobMode=replace
|
|
|
|
CollectMode=inactive-or-failed
|
|
|
|
RefuseManualStart=on
|
|
|
|
RefuseManualStop=on
|
|
|
|
|
|
|
|
After=gnome-session-manager.target
|
|
|
|
|
|
|
|
Requisite=gnome-session-initialized.target
|
|
|
|
PartOf=gnome-session-initialized.target
|
|
|
|
Before=gnome-session-initialized.target
|
|
|
|
|
|
|
|
# Limit startup frequency more than the default
|
|
|
|
StartLimitIntervalSec=15s
|
|
|
|
StartLimitBurst=3
|
|
|
|
|
|
|
|
[Service]
|
2019-08-25 01:26:12 -04:00
|
|
|
Type=notify
|
2019-04-19 18:21:55 -04:00
|
|
|
ExecStart=@bindir@/gnome-shell
|
|
|
|
# Exit code 1 means we are probably *not* dealing with an extension failure
|
|
|
|
SuccessExitStatus=1
|
|
|
|
# On X11 we want to restart on-success (Alt+F2 + r) and on-failure.
|
|
|
|
Restart=always
|
|
|
|
# Do not wait before restarting the shell
|
|
|
|
RestartSec=0ms
|
2019-09-03 07:45:24 -04:00
|
|
|
# Kill any stubborn child processes after this long
|
|
|
|
TimeoutStopSec=5
|