mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
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.
This commit is contained in:
parent
f3b7a79b97
commit
0c978faa16
@ -13,8 +13,6 @@ Documentation=man:systemd-pstore(8)
|
|||||||
ConditionDirectoryNotEmpty=/sys/fs/pstore
|
ConditionDirectoryNotEmpty=/sys/fs/pstore
|
||||||
ConditionVirtualization=!container
|
ConditionVirtualization=!container
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Wants=systemd-remount-fs.service
|
|
||||||
After=systemd-remount-fs.service
|
|
||||||
Before=sysinit.target
|
Before=sysinit.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Loading…
Reference in New Issue
Block a user