Change service type from 'exec' to 'simple'

This commit is contained in:
humocs-man
2026-03-14 13:31:50 +01:00
committed by GitHub
parent 0682bb9043
commit de2a9df9ed
@@ -5,8 +5,10 @@ Wants=xdg-desktop-autostart.target
ConditionPathExists=%h/.config/firstboot/run ConditionPathExists=%h/.config/firstboot/run
[Service] [Service]
Type=exec Type=simple
ExecStart=%h/.config/firstboot/wait-and-run.sh ExecStart=%h/.config/firstboot/wait-and-run.sh
PassEnvironment=DISPLAY WAYLAND_DISPLAY XDG_SESSION_TYPE
[Install] [Install]
WantedBy=xdg-desktop-autostart.target WantedBy=xdg-desktop-autostart.target