Changed Check of DHCPd

This commit is contained in:
stebifan 2016-05-01 18:23:43 +02:00
parent d615f680ed
commit 91ad61e138

View File

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