1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-06-21 07:08:19 +02:00

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.
This commit is contained in:
Paul van Tilburg 2023-07-23 12:37:47 +02:00
parent 3cd3d0e0ff
commit b1a591a06c
No known key found for this signature in database
GPG key ID: C6DE073EDA9EEC4D

View file

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