From ac72952a0b2d683e56ef28e5a674127806eaf261 Mon Sep 17 00:00:00 2001 From: stebifan Date: Sat, 9 Feb 2019 08:37:50 +0100 Subject: [PATCH] Add Respondd restart after boot --- files/sn_startup.exit.sh.j2 | 2 ++ files/sn_startup.local.exit.sh.j2 | 2 ++ 2 files changed, 4 insertions(+) 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