]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-firstboot.service.in
update TODO
[thirdparty/systemd.git] / units / systemd-firstboot.service.in
CommitLineData
418b9be5
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=First Boot Wizard
47542dc8 10Documentation=man:systemd-firstboot(1)
418b9be5
LP
11DefaultDependencies=no
12Conflicts=shutdown.target
d6bc8348 13After=systemd-remount-fs.service systemd-sysusers.service
418b9be5
LP
14Before=sysinit.target shutdown.target
15ConditionPathIsReadWrite=/etc
e2680723 16ConditionFirstBoot=yes
418b9be5
LP
17
18[Service]
19Type=oneshot
20RemainAfterExit=yes
21ExecStart=@rootbindir@/systemd-firstboot --prompt-locale --prompt-timezone --prompt-root-password
22StandardOutput=tty
23StandardInput=tty
24StandardError=tty