diff options
author | Phil Huang <phil_huang@edge-core.com> | 2017-04-13 12:11:28 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@users.noreply.github.com> | 2017-04-21 23:43:17 +0200 |
commit | 02f3b0512ad45f7519480fb0a32e9aded1f722ea (patch) | |
tree | 07e6b74135d12bbb1931b4f8c31273e9b55693ac /doc/Building_FRR_on_Debian8.md | |
parent | Merge pull request #382 from opensourcerouting/snap-doc-fixes-3.0 (diff) | |
download | frr-02f3b0512ad45f7519480fb0a32e9aded1f722ea.tar.xz frr-02f3b0512ad45f7519480fb0a32e9aded1f722ea.zip |
Add user `frr` into group `frrvty`
Signed-off-by: Phil Huang <phil_huang@edge-core.com>
Diffstat (limited to 'doc/Building_FRR_on_Debian8.md')
-rw-r--r-- | doc/Building_FRR_on_Debian8.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Building_FRR_on_Debian8.md b/doc/Building_FRR_on_Debian8.md index b902033d5..1e57c1bea 100644 --- a/doc/Building_FRR_on_Debian8.md +++ b/doc/Building_FRR_on_Debian8.md @@ -31,9 +31,9 @@ any packages** sudo addgroup --system --gid 92 frr sudo addgroup --system --gid 85 frrvty - sudo adduser --system --ingroup frr --groups frrvty --home /var/run/frr/ \ - --gecos "FRR FRRouting suite" --shell /bin/false frr - sudo usermode + sudo adduser --system --ingroup frr --home /var/run/frr/ \ + --gecos "FRR suite" --shell /bin/false frr + sudo usermod -a -G frrvty frr ### Download Source, configure and compile it (You may prefer different options on configure statement. These are just @@ -94,4 +94,4 @@ other settings) # based on Router Advertisements for this host net.ipv6.conf.all.forwarding=1 -**Reboot** or use `sysctl` to apply the same config to the running system +**Reboot** or use `sysctl -p` to apply the same config to the running system |