2020-11-09 13:23:58 +09:00
# SPDX-License-Identifier: LGPL-2.1-or-later
2017-11-18 17:35:03 +01:00
#
2014-07-07 15:05:37 +02:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
[Unit]
Description = First Boot Wizard
2014-08-28 22:01:44 +02:00
Documentation = man:systemd-firstboot(1)
2014-07-07 15:05:37 +02:00
DefaultDependencies = no
Conflicts = shutdown.target
2014-10-23 01:24:59 +02:00
After = systemd-remount-fs.service
2021-03-11 11:47:15 +01:00
Before = systemd-sysusers.service systemd-vconsole-setup.service sysinit.target first-boot-complete.target shutdown.target
2020-09-06 21:23:36 +02:00
Wants = first-boot-complete.target
2014-07-07 15:05:37 +02:00
ConditionPathIsReadWrite = /etc
2014-07-07 19:25:31 +02:00
ConditionFirstBoot = yes
2014-07-07 15:05:37 +02:00
[Service]
Type = oneshot
RemainAfterExit = yes
2019-12-18 09:14:57 +01:00
ExecStart = systemd-firstboot --prompt-locale --prompt-timezone --prompt-root-password
2014-07-07 15:05:37 +02:00
StandardOutput = tty
StandardInput = tty
StandardError = tty
2021-03-11 11:47:57 +01:00
# Optionally, pick up basic fields from credentials passed to the service
# manager. This is useful for importing this data from nspawn's
# --set-credential= switch.
2021-05-02 16:05:48 +01:00
LoadCredential = passwd.hashed-password.root
LoadCredential = passwd.plaintext-password.root
LoadCredential = passwd.shell.root
LoadCredential = firstboot.locale
LoadCredential = firstboot.locale-messages
LoadCredential = firstboot.keymap
LoadCredential = firstboot.timezone