Skip to content

Commit

Permalink
Merge pull request strukturag#60 from stweil/master
Browse files Browse the repository at this point in the history
README: Add missing information for creating group
  • Loading branch information
fancycode authored Nov 26, 2020
2 parents 9206a56 + b1978b0 commit dc0e927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit dc0e927

Please sign in to comment.