mirror of
https://github.com/systemd/systemd.git
synced 2026-06-30 19:57:29 +00:00
The new services are used to activate system and configuration extensions for the main system from the initrd, this allows to overcome the limitation that sysext/confext cannot be used to update the resources which are required in the earliest boot of the system (before systemd-sysext/systemd-confext start).
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
#
|
|
# 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.
|
|
|
|
# Settings for systemd units distributed with systemd itself, specific to initrds.
|
|
|
|
enable systemd-confext-sysroot.service
|
|
enable systemd-journald-audit.socket
|
|
enable systemd-network-generator.service
|
|
enable systemd-networkd.service
|
|
enable systemd-networkd-wait-online.service
|
|
enable systemd-pstore.service
|
|
enable systemd-resolved.service
|
|
enable systemd-sysext-sysroot.service
|
|
enable systemd-tpm2-clear.service
|
|
|
|
disable console-getty.service
|
|
disable debug-shell.service
|
|
|
|
disable exit.target
|
|
disable halt.target
|
|
disable kexec.target
|
|
disable poweroff.target
|
|
enable reboot.target
|
|
disable rescue.target
|
|
|
|
disable proc-sys-fs-binfmt_misc.mount
|
|
|
|
disable syslog.socket
|
|
|
|
disable systemd-boot-check-no-failures.service
|
|
disable systemd-journal-gatewayd.*
|
|
disable systemd-journal-remote.*
|
|
disable systemd-journal-upload.*
|
|
disable systemd-time-wait-sync.service
|