/etc/systemd/system/sysinit.target.wants
NameSizeModeActions
apparmor.service11620644editdlrm
blk-availability.service3800644editdlrm
finalrd.service4190644editdlrm
keyboard-setup.service2870644editdlrm
lvm2-lvmpolld.socket2390644editdlrm
lvm2-monitor.service6020644editdlrm
multipathd.service7980644editdlrm
open-iscsi.service9870644editdlrm
setvtrgb.service3300644editdlrm
systemd-pstore.service8110644editdlrm
systemd-timesyncd.service17640644editdlrm
Edit: /usr/lib/systemd/system/systemd-pstore.service (811B)
# 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. [Unit] Description=Platform Persistent Storage Archival Documentation=man:systemd-pstore(8) ConditionDirectoryNotEmpty=/sys/fs/pstore ConditionVirtualization=!container DefaultDependencies=no Conflicts=shutdown.target Before=sysinit.target shutdown.target After=modprobe@efi_pstore.service Wants=modprobe@efi_pstore.service [Service] Type=oneshot ExecStart=/lib/systemd/systemd-pstore RemainAfterExit=yes StateDirectory=systemd/pstore [Install] WantedBy=sysinit.target