| Server IP : 85.112.90.236 / Your IP : 192.168.1.26 Web Server : Apache System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64 User : ftechme ( 1002) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/systemd/user/ |
Upload File : |
[Unit] Description=GNOME Shell on X11 # On X11, try to show the GNOME Session Failed screen OnFailure=org.gnome.Shell-disable-extensions.service gnome-session-failed.target 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 ConditionEnvironment=XDG_SESSION_TYPE=%I # Limit startup frequency more than the default StartLimitIntervalSec=15s StartLimitBurst=3 [Service] Slice=session.slice Type=notify ExecStart=/usr/bin/gnome-shell # Exit code 1 means we are probably *not* dealing with an extension failure SuccessExitStatus=1 # On X11 we do not need to unset any variables # 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 # Kill any stubborn child processes after this long TimeoutStopSec=5 # Lower down gnome-shell's OOM score to avoid being killed by OOM-killer too early OOMScoreAdjust=-1000