2026-03-12 20:36:12 +01:00
|
|
|
[Unit]
|
|
|
|
|
Description=Run First Boot Setup Wizard
|
2026-03-12 20:56:09 +01:00
|
|
|
ConditionPathExists=%h/.config/firstboot/run
|
2026-03-12 20:36:12 +01:00
|
|
|
|
|
|
|
|
[Service]
|
2026-03-12 22:55:22 +01:00
|
|
|
ExecStart=%h/.config/firstboot/firstboot-setup.sh
|
|
|
|
|
|
2026-03-12 20:36:12 +01:00
|
|
|
Type=oneshot
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=default.target
|