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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user