mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -05:00
[Docs] updates to the Linux and Mac auto-restart docs (#5020)
* [Docs] add `sudo systemctl disable` to Linux auto-restart docs * [Docs] fix typo in Linux auto-restart docs * [Docs] update Mac auto-restart docs * [Docs] implement suggestions for Linux auto-restart docs Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> * [Docs] update wording on Mac auto-restart docs * [Docs] fix grammar in Linux auto-restart docs Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -89,7 +89,13 @@ type the following command in the terminal, still by adding the instance name af
|
||||
.. warning:: If the service doesn't stop in the next 10 seconds, the process is killed.
|
||||
Check your logs to know the cause of the error that prevents the shutdown.
|
||||
|
||||
To view Red’s log, you can acccess through journalctl:
|
||||
To set the bot to not start on boot anymore, you must disable the service by running the following command, adding the instance name after the **@**:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
sudo systemctl disable red@instancename
|
||||
|
||||
You can access Red's log through journalctl:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user