Update 'README.md'
This commit is contained in:
parent
03e2dcd79e
commit
70fbe8fac7
12
README.md
12
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
|
`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
|
`/var/log/supervisor/`. Finally, when you git push your bot changes, a git hook
|
||||||
will restart your bot.
|
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`
|
Loading…
Reference in New Issue
Block a user