This unit is provided by:
Options
-
[Service]
-
ExecStart=systemd-firstboot --prompt-locale --prompt-timezone --prompt-root-password
-
LoadCredential=passwd.hashed-password.root passwd.plaintext-password.root passwd.shell.root firstboot.locale firstboot.locale-messages firstboot.keymap firstboot.timezone
-
RemainAfterExit=yes
-
StandardError=tty
-
StandardInput=tty
-
StandardOutput=tty
-
Type=oneshot
-
-
[Unit]
-
After=systemd-remount-fs.service
-
Before=systemd-sysusers.service systemd-vconsole-setup.service sysinit.target first-boot-complete.target shutdown.target
-
ConditionFirstBoot=yes
-
ConditionPathIsReadWrite=/etc
-
Conflicts=shutdown.target
-
DefaultDependencies=no
-
Description=First Boot Wizard
-
Documentation=man:systemd-firstboot(1)
-
Wants=first-boot-complete.target
-
Additionnal notes
Nothing here.