From 3f5536a44a46dbf9d0396c60119c63158ca9af87 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 2 Sep 2023 16:27:21 -0700 Subject: [PATCH] Update Hosting Silvanus Yourself --- Hosting-Silvanus-Yourself.md | 2 ++ 1 file changed, 2 insertions(+) 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.