Skip to content

Commit

Permalink
Update Readme to have correct ordering for frr user
Browse files Browse the repository at this point in the history
We cannot usermod the frr user until after we
create the user with adduser.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
  • Loading branch information
donaldsharp committed Feb 9, 2017
1 parent deaaf98 commit fabbf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ And create frr User and frrvty group as follows:

addgroup --system --gid 92 frr
addgroup --system --gid 85 frrvty
usermod -G frrvty frr
adduser --system --ingroup frr --home /var/run/frr/ \
--gecos "FreeRangeRouting suite" --shell /bin/false frr
usermod -G frrvty frr

## Executing Tests

Expand Down

0 comments on commit fabbf8d

Please sign in to comment.