Changed Check of DHCPd
This commit is contained in:
parent
d615f680ed
commit
91ad61e138
@ -116,7 +116,7 @@ while [ true ] ; do
|
|||||||
supernode_off
|
supernode_off
|
||||||
|
|
||||||
fi
|
fi
|
||||||
for service in bird bird6 isc-dhcp-server radvd python named
|
for service in bird bird6 dhcpd radvd python named
|
||||||
do
|
do
|
||||||
x=`pidof $service`;
|
x=`pidof $service`;
|
||||||
if [ "$x" = "" ]; then
|
if [ "$x" = "" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user