From 360e4c15f983dccbceb329e24111acbcf9716f73 Mon Sep 17 00:00:00 2001 From: Igor Borisoglebski Date: Thu, 7 Dec 2023 11:30:07 +0000 Subject: [PATCH] Docs update: refernece to systemd daemon-reload after uninstall script --- docs/src/docs/tutorials.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/docs/tutorials.md b/docs/src/docs/tutorials.md index b54ac83..087f767 100644 --- a/docs/src/docs/tutorials.md +++ b/docs/src/docs/tutorials.md @@ -336,6 +336,8 @@ You can run it as a root user with: wget -q -O - https://ipbuff.com/uninstallLobby | sh ``` +And then finally, complete with a systemd refresh with `systemctl daemon-reload`. + ## Docker This tutorial will be assuming your default docker network is a bridge network (as it is most likely the case and) as it happens by default after docker install. In case this is not the case, adjust the steps and commands accordingly.