Merge pull request #60 from stweil/master

README: Add missing information for creating group
This commit is contained in:
Joachim Bauch 2020-11-26 12:34:43 +01:00 committed by GitHub
commit dc0e927c09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,9 +55,10 @@ directory, but a different path can be passed through the `--config` option.
#### systemd
Create a dedicated user:
Create a dedicated group and user:
```bash
sudo groupadd --system signaling
sudo useradd --system \
--gid signaling \
--shell /usr/sbin/nologin \