dhcpd has also restarted at hostapd start

renamed bluez to bluetooth
This commit is contained in:
Arne Fitzenreiter
2008-08-18 11:21:21 +02:00
parent 89ae68a2e4
commit 44e8a23a32
5 changed files with 4 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ case "${1}" in
# Bring blue up (but not at boot)
if [ "$(basename $0)" == "hostapd" ]; then
/etc/rc.d/init.d/networking/blue start
/etc/rc.d/init.d/dhcp restart
fi
;;