diff --git a/Hosting-Silvanus-Yourself.md b/Hosting-Silvanus-Yourself.md index a289c8c..12fc9fb 100644 --- a/Hosting-Silvanus-Yourself.md +++ b/Hosting-Silvanus-Yourself.md @@ -74,6 +74,8 @@ $ ??? $ profit ``` +You can also use `PM2` to manage the node process. + ## Docker Running Silvanus in a Docker container is preferred when deployed to production use. This will allow for easy restarts if and when the bot crashes due to my lazy code. `--restart unless-stopped` is your friend here.