Use pkill instead of killall

Follow the install-guide more closely by using pkill for dnsmasq,
instead of killall.

Change-Id: Ibf1f81de7f13b0a3b2bad40b7a719cdaba0e8421
This commit is contained in:
Roger Luethi
2015-11-21 08:09:10 +01:00
parent 12293b9cf1
commit 0afb9affe2

View File

@@ -137,7 +137,7 @@ log-dhcp
DNSMASQ
# Catch and ignore error status if no dnsmasq process is found (the default)
sudo killall dnsmasq||rc=$?
sudo pkill dnsmasq || rc=$?
echo "Configuring the metadata agent"
conf=/etc/neutron/metadata_agent.ini