Change firstboot-setup.service targets to xdg-desktop-autostart
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Run First Boot Setup Wizard
|
Description=Run First Boot Setup Wizard
|
||||||
After=graphical-session.target
|
After=xdg-desktop-autostart.target
|
||||||
Wants=graphical-session.target
|
Wants=xdg-desktop-autostart.target
|
||||||
ConditionPathExists=%h/.config/firstboot/run
|
ConditionPathExists=%h/.config/firstboot/run
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
@@ -9,4 +9,5 @@ Type=exec
|
|||||||
ExecStart=%h/.config/firstboot/firstboot-setup.sh
|
ExecStart=%h/.config/firstboot/firstboot-setup.sh
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=graphical-session.target
|
WantedBy=xdg-desktop-autostart.target
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user