From dfac93046bbc855f30ebbe41865a37580f266014 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Tue, 11 Jun 2019 09:24:31 +0200 Subject: [PATCH] Add shutdown procedure --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a652706..8b4cc12 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,8 @@ start: @echo Starting supervisord supervisord -c supervisord.conf +stop: + @echo Shutting down supervisord + supervisorctl shutdown + .PHONY: build start stop -- GitLab