From 2c828574efae92a5cc6a41507debcaf6c920a9c3 Mon Sep 17 00:00:00 2001 From: Elam Monnot Date: Fri, 7 Apr 2023 09:50:59 +0200 Subject: [PATCH] fix: dhcp start correctly on r-int --- roles/post/files/interfaces.r-int | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/post/files/interfaces.r-int b/roles/post/files/interfaces.r-int index 89ab649..b37c145 100644 --- a/roles/post/files/interfaces.r-int +++ b/roles/post/files/interfaces.r-int @@ -34,4 +34,4 @@ iface enp0s10 inet static allow-hotplug enp0s16 iface enp0s16 inet static address 172.16.0.254/24 - + post-up sleep 10 && systemctl restart isc-dhcp-server