summaryrefslogtreecommitdiff
path: root/units/systemd-pstore.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-04-08 16:12:00 +0200
committerLennart Poettering <lennart@poettering.net>2020-04-08 16:29:24 +0200
commit167241912f51fbc0d7d0869b9af34c15b5ecc4b6 (patch)
tree4c562bfa60abd8351822d71a9bfbab3be48b23f6 /units/systemd-pstore.service.in
parent8ff8ce62845e708186077d11eba83adae7b02e61 (diff)
downloadsystemd-167241912f51fbc0d7d0869b9af34c15b5ecc4b6.tar.gz
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.
Diffstat (limited to 'units/systemd-pstore.service.in')
-rw-r--r--units/systemd-pstore.service.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/units/systemd-pstore.service.in b/units/systemd-pstore.service.in
index 89f34afe34..37fcf878f0 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