Updated firstboot-setup.service to change dependencies and conditions.
11 lines
190 B
Desktop File
11 lines
190 B
Desktop File
[Unit]
|
|
Description=First Boot Wizard
|
|
ConditionPathExists=%h/.config/firstboot/run
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=%h/.config/firstboot/firstboot-setup.sh
|
|
|
|
[Install]
|
|
WantedBy=default.target
|