Also create the conduit (system) group

The `chown` command mentioned later in `DEPLOY.md` needs this group to
exist. Also make sure this account cannot be used to login with by
disabling its password and its shell.

This is similar to how the Debian `postinst` script does this.
merge-requests/551/head
Paul van Tilburg 11 months ago
parent 3cd3d0e0ff
commit b1a591a06c
No known key found for this signature in database
GPG Key ID: C6DE073EDA9EEC4D

@ -81,7 +81,7 @@ you to make sure that the file permissions are correctly set up.
In Debian or RHEL, you can use this command to create a Conduit user:
```bash
sudo adduser --system conduit --no-create-home
sudo adduser --system conduit --group --disable-login --no-create-home
```
## Forwarding ports in the firewall or the router

Loading…
Cancel
Save