mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
hupper need not check for database
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
7e0a5ad781
commit
c1684dd7d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user