diff --git a/files/usr/lib/systemd/user/firstboot-setup.service b/files/usr/lib/systemd/user/firstboot-setup.service deleted file mode 100644 index 2bd98bd..0000000 --- a/files/usr/lib/systemd/user/firstboot-setup.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Run First Boot Setup Wizard -ConditionPathExists=/etc/myos/firstboot - -[Service] -ExecStart=/usr/libexec/firstboot-setup.sh -Type=oneshot - -[Install] -WantedBy=default.target