diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-04-08 16:10:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-04-08 16:29:40 +0200 |
commit | 0c978faa16fa9ecf92f0bbb5c7cc709dc472d115 (patch) | |
tree | 046ec5899ad8287e6a6ed7c5b27da0737c22db4a /units | |
parent | core: automatically add dependency on systemd-remount-fs.service if StateDire... (diff) | |
download | systemd-0c978faa16fa9ecf92f0bbb5c7cc709dc472d115.tar.xz systemd-0c978faa16fa9ecf92f0bbb5c7cc709dc472d115.zip |
units: drop dependency on systemd-remount-fs.service from systemd-pstore.service
This dependency is now generated automatically given we use
StateDirectory=. Moreover the combination of Wants= and After= was too
strong anway, as whether remount-fs is pulled in or not should not be up
to systemd-pstore.service, and in fact is part of the initial
transaction anyway.
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-pstore.service.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/units/systemd-pstore.service.in b/units/systemd-pstore.service.in index 37fcf878f0..f9705b57f6 100644 --- a/units/systemd-pstore.service.in +++ b/units/systemd-pstore.service.in @@ -13,8 +13,6 @@ Documentation=man:systemd-pstore(8) ConditionDirectoryNotEmpty=/sys/fs/pstore ConditionVirtualization=!container DefaultDependencies=no -Wants=systemd-remount-fs.service -After=systemd-remount-fs.service Before=sysinit.target [Service] |