README: Add missing information for creating group

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2020-11-26 12:29:21 +01:00
parent 9206a56113
commit b1978b0a19

View file

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