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: archive/raspbian/245.6-2+rpi1^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5a248dbfd74e8cfd3f898df5b771d9cc3d7e0826;p=systemd.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. (cherry picked from commit 167241912f51fbc0d7d0869b9af34c15b5ecc4b6) Gbp-Pq: Name units-pull-in-systemd-pstore.service-from-sysinit.target.patch --- diff --git a/units/systemd-pstore.service.in b/units/systemd-pstore.service.in index 89f34afe..37fcf878 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