]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-firstboot.service.in
sd-event: simplify sd_event_source_set_name()
[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
10Documentation=man:systemd-firstboot(8)
11DefaultDependencies=no
12Conflicts=shutdown.target
13After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service systemd-sysusers.service
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