From: Lennart Poettering Date: Wed, 8 Apr 2020 14:10:38 +0000 (+0200) Subject: units: drop dependency on systemd-remount-fs.service from systemd-pstore.service X-Git-Tag: v246-rc1~605^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c978faa16fa9ecf92f0bbb5c7cc709dc472d115;p=thirdparty%2Fsystemd.git 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. --- diff --git a/units/systemd-pstore.service.in b/units/systemd-pstore.service.in index 37fcf878f0f..f9705b57f6f 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]