mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 03:15:36 +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()
|
start()
|
||||||
{
|
{
|
||||||
|
|
||||||
[ -d /Database ] || exit 0
|
|
||||||
|
|
||||||
ebegin "Starting docker config update manager"
|
ebegin "Starting docker config update manager"
|
||||||
|
|
||||||
PIDFILE=/run/hupper.pid
|
PIDFILE=/run/hupper.pid
|
||||||
@ -33,8 +30,6 @@ start()
|
|||||||
|
|
||||||
stop()
|
stop()
|
||||||
{
|
{
|
||||||
[ -d /Database ] || exit 0
|
|
||||||
|
|
||||||
ebegin "Stopping docker config update manager"
|
ebegin "Stopping docker config update manager"
|
||||||
|
|
||||||
PIDFILE=/run/hupper.pid
|
PIDFILE=/run/hupper.pid
|
||||||
|
Loading…
Reference in New Issue
Block a user