Fixed groupadd

https://github.com/rancher/docs/issues/2331
This commit is contained in:
David Noland
2020-03-24 13:57:34 -07:00
committed by GitHub
parent 31355812f2
commit 547b5489df
@@ -43,7 +43,7 @@ A user account and group for the **etcd** service is required to be setup prior
To create the **etcd** group run the following console commands.
```
addgroup --gid 52034 etcd
groupadd --gid 52034 etcd
useradd --comment "etcd service account" --uid 52034 --gid 52034 etcd
```