mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 11:25:40 +00:00
need not needs
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
6f752b8d61
commit
0c7ee6675b
@ -5,7 +5,7 @@ HV_DAEMON=hv_kvp_daemon
|
|||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
after dev
|
after dev
|
||||||
needs networking
|
need networking
|
||||||
}
|
}
|
||||||
|
|
||||||
start()
|
start()
|
||||||
@ -38,4 +38,4 @@ stop()
|
|||||||
start-stop-daemon --stop --quiet --pidfile ${PIDFILE}
|
start-stop-daemon --stop --quiet --pidfile ${PIDFILE}
|
||||||
|
|
||||||
eend $? "Failed to stop ${HV_DAEMON}"
|
eend $? "Failed to stop ${HV_DAEMON}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user