diff --git a/DEPLOY.md b/DEPLOY.md index fa575fe4..045b5cee 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -81,10 +81,10 @@ you to make sure that the file permissions are correctly set up. You can use this command to create a Conduit user: ```bash -#Debian +# Debian $ sudo adduser --system conduit --group --disabled-login --no-create-home -#RHEL +# RHEL $ sudo adduser --system conduit -s /sbin/nologin ```