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 -
```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 -