From 91ad61e138056e441dc7ec759ff7061e329ee035 Mon Sep 17 00:00:00 2001 From: stebifan Date: Sun, 1 May 2016 18:23:43 +0200 Subject: [PATCH] Changed Check of DHCPd --- files/keepalive.exit.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/keepalive.exit.sh.j2 b/files/keepalive.exit.sh.j2 index 0e7ba1a..0e47537 100644 --- a/files/keepalive.exit.sh.j2 +++ b/files/keepalive.exit.sh.j2 @@ -116,7 +116,7 @@ while [ true ] ; do supernode_off fi - for service in bird bird6 isc-dhcp-server radvd python named + for service in bird bird6 dhcpd radvd python named do x=`pidof $service`; if [ "$x" = "" ]; then