This dependency is now generated automatically given we use
StateDirectory=. Moreover the combination of Wants= and After= was too
strong anyway, 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.
(cherry picked from commit
0c978faa16fa9ecf92f0bbb5c7cc709dc472d115)
Gbp-Pq: Name units-drop-dependency-on-systemd-remount-fs.service-from-.patch
ConditionDirectoryNotEmpty=/sys/fs/pstore
ConditionVirtualization=!container
DefaultDependencies=no
-Wants=systemd-remount-fs.service
-After=systemd-remount-fs.service
Before=sysinit.target
[Service]