mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-14 14:20:08 +00:00
hupper need not check for database
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user