Modify firstboot-setup.service dependencies and targets

Updated firstboot-setup.service to change dependencies and conditions.
This commit is contained in:
humocs-man
2026-03-15 18:18:14 +01:00
committed by GitHub
parent 4914b87cc2
commit cf31e12b83
@@ -1,8 +1,5 @@
[Unit] [Unit]
Description=First Boot Wizard Description=First Boot Wizard
After=graphical-session.target cosmic-session.target
Wants=graphical-session.target cosmic-session.target
ConditionPathExists=%h/.config/cosmic-initial-setup-done
ConditionPathExists=%h/.config/firstboot/run ConditionPathExists=%h/.config/firstboot/run
[Service] [Service]
@@ -10,5 +7,4 @@ Type=simple
ExecStart=%h/.config/firstboot/firstboot-setup.sh ExecStart=%h/.config/firstboot/firstboot-setup.sh
[Install] [Install]
WantedBy=graphical-session.target WantedBy=default.target