nova 2020-05-31 09:20:34 +00:00
parent c86ca70be1
commit a36299b268

@ -95,7 +95,7 @@ sudo systemctl restart nginx
Now create a linux user - Now create a linux user -
```bash ```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- 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 /etc/systemd/systemd
``` ```
Reload systemd daemon - Reload systemd daemon -