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.
This commit is contained in:
Lennart Poettering 2020-04-08 16:12:00 +02:00
parent 8ff8ce6284
commit 167241912f
1 changed files with 2 additions and 1 deletions

View File

@ -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