diff --git a/bundles/wide-dhcp6c/files/ip-up b/bundles/wide-dhcp6c/files/ip-up index 2440f05..d6624a8 100644 --- a/bundles/wide-dhcp6c/files/ip-up +++ b/bundles/wide-dhcp6c/files/ip-up @@ -10,7 +10,9 @@ fi if systemctl is-active wide-dhcpv6-client; then - systemctl restart wide-dhcpv6-client + systemctl stop wide-dhcpv6-client + sleep 1 + systemctl sart wide-dhcpv6-client else systemctl start wide-dhcpv6-client fi