From 35806035f5e212792743111dfa2ac16e1b5de098 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 16 Jan 2019 06:39:10 +0100
Subject: [PATCH] Change order of commands in make stop

---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 0ffea9d..4806e26 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -93,8 +93,8 @@ start:
 
 
 stop:
-	killall gunicorn
 	tmux kill-session -t ${SESSION_NAME}
+	killall gunicorn
 
 clean:
 	rm Makefile
-- 
GitLab