2020-11-09 07:23:58 +03:00
# SPDX-License-Identifier: LGPL-2.1-or-later
2017-11-18 19:35:03 +03:00
#
2014-07-07 17:05:37 +04: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-29 00:01:44 +04:00
Documentation = man:systemd-firstboot(1)
2014-07-07 17:05:37 +04:00
DefaultDependencies = no
Conflicts = shutdown.target
2014-10-23 03:24:59 +04:00
After = systemd-remount-fs.service
2021-03-11 13:47:15 +03:00
Before = systemd-sysusers.service systemd-vconsole-setup.service sysinit.target first-boot-complete.target shutdown.target
2020-09-06 22:23:36 +03:00
Wants = first-boot-complete.target
2014-07-07 17:05:37 +04:00
ConditionPathIsReadWrite = /etc
2014-07-07 21:25:31 +04:00
ConditionFirstBoot = yes
2014-07-07 17:05:37 +04:00
[Service]
Type = oneshot
RemainAfterExit = yes
2019-12-18 11:14:57 +03:00
ExecStart = systemd-firstboot --prompt-locale --prompt-timezone --prompt-root-password
2014-07-07 17:05:37 +04:00
StandardOutput = tty
StandardInput = tty
StandardError = tty
2021-03-11 13:47:57 +03: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-04-02 18:30:43 +03:00
# FIXME: temporarily disabled as it causes asserts on v247/v248, see:
# https://github.com/systemd/systemd/issues/19178
#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