mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
units: add Before=shutdown.target to systemd-networkd-persistent-storage.service
It's ordered with networkd, but just in case. Lintian complains:
W: systemd: systemd-service-file-shutdown-problems [usr/lib/systemd/system/systemd-networkd-persistent-storage.service]
Follow-up for 91676b6458
This commit is contained in:
committed by
Luca Boccassi
parent
85c34a0842
commit
1ac79a1937
@@ -15,6 +15,7 @@ DefaultDependencies=no
|
||||
After=systemd-remount-fs.service systemd-networkd.service
|
||||
BindsTo=systemd-networkd.service
|
||||
Conflicts=shutdown.target
|
||||
Before=shutdown.target
|
||||
ConditionPathExists=!/etc/initrd-release
|
||||
|
||||
[Service]
|
||||
|
||||
Reference in New Issue
Block a user