From ef20e415d1e2e9b2dc4e89b06f35598cb15bf8a2 Mon Sep 17 00:00:00 2001 From: Akshay Rohatgi <52616034+Akshay-Rohatgi@users.noreply.github.com> Date: Thu, 7 May 2020 15:47:39 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c73919..a62910b 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,10 @@ points = 500 ## Troubleshooting -- +Service won't restart +![no_restart](setup/imgs/broken_restart.png) +- Kill python and uwsgi processes + - `$ sudo pkill -9 python3; pkill -p uwsgi` ## Contributing and Disclaimer