Change firstboot-setup.service targets to xdg-desktop-autostart

This commit is contained in:
humocs-man
2026-03-14 09:48:12 +01:00
committed by GitHub
parent 460f26196f
commit b0cd3b6671
@@ -1,7 +1,7 @@
[Unit]
Description=Run First Boot Setup Wizard
After=graphical-session.target
Wants=graphical-session.target
After=xdg-desktop-autostart.target
Wants=xdg-desktop-autostart.target
ConditionPathExists=%h/.config/firstboot/run
[Service]
@@ -9,4 +9,5 @@ Type=exec
ExecStart=%h/.config/firstboot/firstboot-setup.sh
[Install]
WantedBy=graphical-session.target
WantedBy=xdg-desktop-autostart.target