Fix DEPLOY.md adduser error #981

Open
x4u wants to merge 2 commits from x4u/adduser-fix into next

View file

@ -78,10 +78,14 @@ cross build --release --no-default-features --features conduit_bin,backend_rocks
While Conduit can run as any user it is usually better to use dedicated users for different services. This also allows
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:
You can use this command to create a Conduit user:
```bash
sudo adduser --system conduit --group --disabled-login --no-create-home
# Debian
$ sudo adduser --system conduit --group --disabled-login --no-create-home
# RHEL
$ sudo adduser --system conduit -s /sbin/nologin
```
## Forwarding ports in the firewall or the router