/
usr
/
lib
/
systemd
/
system
/
sysinit.target.wants
/
/usr/lib/systemd/system/sysinit.target.wants
mkdir
upload
Name
Size
Mode
Actions
cryptsetup.target
412
0644
edit
dl
rm
dev-hugepages.mount
750
0644
edit
dl
rm
dev-mqueue.mount
665
0644
edit
dl
rm
dracut-shutdown.service
440
0644
edit
dl
rm
kmod-static-nodes.service
721
0644
edit
dl
rm
ldconfig.service
687
0644
edit
dl
rm
proc-sys-fs-binfmt_misc.automount
745
0644
edit
dl
rm
sys-fs-fuse-connections.mount
795
0644
edit
dl
rm
sys-kernel-config.mount
767
0644
edit
dl
rm
sys-kernel-debug.mount
710
0644
edit
dl
rm
systemd-ask-password-console.path
704
0644
edit
dl
rm
systemd-binfmt.service
1093
0644
edit
dl
rm
systemd-firstboot.service
799
0644
edit
dl
rm
systemd-hwdb-update.service
826
0644
edit
dl
rm
systemd-journal-catalog-update.service
711
0644
edit
dl
rm
systemd-journal-flush.service
827
0644
edit
dl
rm
systemd-journald.service
1537
0644
edit
dl
rm
systemd-machine-id-commit.service
737
0644
edit
dl
rm
systemd-modules-load.service
1011
0644
edit
dl
rm
systemd-random-seed.service
800
0644
edit
dl
rm
systemd-sysctl.service
697
0644
edit
dl
rm
systemd-sysusers.service
704
0644
edit
dl
rm
systemd-tmpfiles-setup-dev.service
771
0644
edit
dl
rm
systemd-tmpfiles-setup.service
751
0644
edit
dl
rm
systemd-udev-trigger.service
771
0644
edit
dl
rm
systemd-udevd.service
1070
0644
edit
dl
rm
systemd-update-done.service
674
0644
edit
dl
rm
systemd-update-utmp.service
802
0644
edit
dl
rm
Edit:
/usr/lib/systemd/system/systemd-firstboot.service
(799B)
# SPDX-License-Identifier: LGPL-2.1+ # # 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 Documentation=man:systemd-firstboot(1) DefaultDependencies=no Conflicts=shutdown.target After=systemd-remount-fs.service Before=systemd-sysusers.service sysinit.target shutdown.target ConditionPathIsReadWrite=/etc ConditionFirstBoot=yes [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/systemd-firstboot --prompt-locale --prompt-timezone --prompt-root-password StandardOutput=tty StandardInput=tty StandardError=tty
Save
cmd:
run