diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-04-01 13:44:51 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-04-01 13:44:51 +0200 |
commit | 4f156b1078adc12a90b1895149dfcff09f2451ce (patch) | |
tree | 5517b721d7b59b83a5849874a0f27f014d3fdda5 /units | |
parent | core/unit: use FOREACH_ARRAY at one more place (diff) | |
download | systemd-4f156b1078adc12a90b1895149dfcff09f2451ce.tar.xz systemd-4f156b1078adc12a90b1895149dfcff09f2451ce.zip |
units: remove implicit RequiresMountsFor=
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-networkd-persistent-storage.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-networkd-persistent-storage.service b/units/systemd-networkd-persistent-storage.service index c151d36285..5db2936547 100644 --- a/units/systemd-networkd-persistent-storage.service +++ b/units/systemd-networkd-persistent-storage.service @@ -15,7 +15,6 @@ DefaultDependencies=no After=systemd-remount-fs.service systemd-networkd.service BindsTo=systemd-networkd.service Conflicts=shutdown.target -RequiresMountsFor=/var/lib/systemd/network ConditionPathExists=!/etc/initrd-release [Service] |