diff --git a/files/sn_startup.exit.sh.j2 b/files/sn_startup.exit.sh.j2 index f564ee0..040bc3c 100644 --- a/files/sn_startup.exit.sh.j2 +++ b/files/sn_startup.exit.sh.j2 @@ -45,6 +45,8 @@ curl -X POST --data-urlencode 'payload={"text": "{{ sn_hostname }} is rebooted", /bin/sleep 2 /bin/systemctl restart bird6 /bin/sleep 2 +/bin/systemctl restart respondd +/bin/sleep 2 /bin/systemctl stop isc-dhcp-server /bin/sleep 2 /usr/bin/killall dhcpd diff --git a/files/sn_startup.local.exit.sh.j2 b/files/sn_startup.local.exit.sh.j2 index b0c8423..7ea1f2d 100644 --- a/files/sn_startup.local.exit.sh.j2 +++ b/files/sn_startup.local.exit.sh.j2 @@ -45,6 +45,8 @@ curl -X POST --data-urlencode 'payload={"text": "{{ sn_hostname }} is rebooted", /bin/sleep 2 /bin/systemctl restart bird6 /bin/sleep 2 +/bin/systemctl restart respondd +/bin/sleep 2 /bin/systemctl stop isc-dhcp-server /bin/sleep 2 /usr/bin/killall dhcpd