arm:if present start usbd

Change-Id: Ide4079b993f9525d09a6a42dfb09b958dc546942

http://gerrit.minix3.org/#/c/2695/
This commit is contained in:
Kees Jongenburger
2014-07-28 17:05:40 +02:00
committed by sambuc
parent b32ff391d3
commit 489a81f55d
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -200,6 +200,11 @@ down|stop)
/usr/pkg/etc/rc.d/usbd stop
fi
if [ -x /usr/sbin/usbd ]
then
service down usbd
fi
# Tell RS server we're going down.
service shutdown
;;