need not needs

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-04-15 17:24:53 +01:00
parent 6f752b8d61
commit 0c7ee6675b

View File

@ -5,7 +5,7 @@ HV_DAEMON=hv_kvp_daemon
depend()
{
after dev
needs networking
need networking
}
start()
@ -38,4 +38,4 @@ stop()
start-stop-daemon --stop --quiet --pidfile ${PIDFILE}
eend $? "Failed to stop ${HV_DAEMON}"
}
}