From: Lennart Poettering Date: Wed, 8 Apr 2020 14:12:00 +0000 (+0200) Subject: units: pull in systemd-pstore.service from sysinit.target X-Git-Tag: v246-rc1~605^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=167241912f51fbc0d7d0869b9af34c15b5ecc4b6;p=thirdparty%2Fsystemd.git units: pull in systemd-pstore.service from sysinit.target sysinit.target is the target our early boot services are generally pulled in from, make systemd-pstore.service not an exception of that. Effectively this doesn't mean much, either way our unit is part of the initial transaction. --- diff --git a/units/systemd-pstore.service.in b/units/systemd-pstore.service.in index 89f34afe341..37fcf878f0f 100644 --- a/units/systemd-pstore.service.in +++ b/units/systemd-pstore.service.in @@ -15,6 +15,7 @@ ConditionVirtualization=!container DefaultDependencies=no Wants=systemd-remount-fs.service After=systemd-remount-fs.service +Before=sysinit.target [Service] Type=oneshot @@ -23,4 +24,4 @@ RemainAfterExit=yes StateDirectory=systemd/pstore [Install] -WantedBy=systemd-remount-fs.service +WantedBy=sysinit.target