Files
fluffy-pancake/files/usr/lib/systemd/user/firstboot-setup.service
T

14 lines
280 B
Desktop File
Raw Normal View History

2026-03-12 20:36:12 +01:00
[Unit]
Description=Run First Boot Setup Wizard
After=xdg-desktop-autostart.target
Wants=xdg-desktop-autostart.target
ConditionPathExists=%h/.config/firstboot/run
2026-03-12 20:36:12 +01:00
[Service]
Type=exec
2026-03-14 12:23:22 +01:00
ExecStart=%h/.config/firstboot/wait-and-run.sh
2026-03-12 20:36:12 +01:00
[Install]
WantedBy=xdg-desktop-autostart.target