bundles/wide-dhcp6c: stop, then start, instead of restart

This commit is contained in:
Franzi 2021-01-09 12:51:37 +01:00
parent 8e54d6eb23
commit 00fd1df67a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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