[pve-devel] applied: [PATCH] netowrking-pre: fix udevadm path for non usr-merged systems

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Mar 10 09:10:40 CET 2020


udevadm ships actually a full executable copy in /bin and /sbin, so
go for the path systemd-udev-settle.service is using too - but it
shouldn't matter

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 .../0007-networking.service-fix-dependencies-and-ordering.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/pve/0007-networking.service-fix-dependencies-and-ordering.patch b/debian/patches/pve/0007-networking.service-fix-dependencies-and-ordering.patch
index d2db130..1c49ccd 100644
--- a/debian/patches/pve/0007-networking.service-fix-dependencies-and-ordering.patch
+++ b/debian/patches/pve/0007-networking.service-fix-dependencies-and-ordering.patch
@@ -40,7 +40,7 @@ index 0000000..f0fb308
 +TimeoutSec=180
 +RemainAfterExit=yes
 +EnvironmentFile=-/etc/default/networking
-+ExecStart=/usr/sbin/udevadm settle
++ExecStart=/bin/udevadm settle
 diff --git a/debian/ifupdown2.networking.service b/debian/ifupdown2.networking.service
 index b2acd97..8f54dc6 100644
 --- a/debian/ifupdown2.networking.service
-- 
2.20.1





More information about the pve-devel mailing list