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 -