From 1711aaa66b84770e8b535337c8a3bd86fe6246c2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 10 Mar 2020 07:58:25 +0100 Subject: [PATCH] netowrking-pre: fix udevadm path for non usr-merged systems 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 --- .../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.39.5