From 70fbe8fac70f4ab6c597e24d8ca67923d208a3bd Mon Sep 17 00:00:00 2001 From: ccl Date: Mon, 22 May 2023 21:05:29 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0f3a583..f7deaed 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,15 @@ Then `systemctl restart supervisorctl` and then check if it comes up with `supervisorctl status bots:`. Logs for all bots can be found in `/var/log/supervisor/`. Finally, when you git push your bot changes, a git hook will restart your bot. + +# Stop and start bots + +For example logbot: + +`supervisorctl status bots:logbot` + +`supervisorctl start bots:logbot` + +`supervisorctl stop bots:logbot` + +`supervisorctl restart bots:logbot` \ No newline at end of file