From a36299b26824a02203c18463b8898b9a4aee7e8e Mon Sep 17 00:00:00 2001 From: nova Date: Sun, 31 May 2020 09:20:34 +0000 Subject: [PATCH] --- Installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index df7fd2f..7f59d81 100644 --- a/Installation.md +++ b/Installation.md @@ -95,7 +95,7 @@ sudo systemctl restart nginx Now create a linux user - ```bash -sudo useradd -r -s /bin/false +sudo useradd -r -s /bin/false chatto ``` Next create a systemd script making use of the created user- @@ -120,7 +120,6 @@ Name the file chatto.service and place it in ``` /etc/systemd/systemd - ``` Reload systemd daemon -