hupper need not check for database

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2016-04-07 16:28:20 +01:00
parent 952a3e53c9
commit 69139c1ec9

View File

@@ -10,9 +10,6 @@ depend()
start()
{
[ -d /Database ] || exit 0
ebegin "Starting docker config update manager"
PIDFILE=/run/hupper.pid
@@ -33,8 +30,6 @@ start()
stop()
{
[ -d /Database ] || exit 0
ebegin "Stopping docker config update manager"
PIDFILE=/run/hupper.pid