summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHung-Wei Chiu <hwchiu@users.noreply.github.com>2017-04-27 05:22:15 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-04-27 15:34:16 +0200
commit8395883b3e42f099de4cca8638f113439dec3714 (patch)
treeb617c57b9fbde099f3ddd5f3ebfaf26074496799 /doc
parentUpdate Building_FRR_on_Ubuntu1604.md (diff)
downloadfrr-8395883b3e42f099de4cca8638f113439dec3714.tar.xz
frr-8395883b3e42f099de4cca8638f113439dec3714.zip
Update Building_FRR_on_Ubuntu1604.md
Fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/Building_FRR_on_Ubuntu1604.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/Building_FRR_on_Ubuntu1604.md b/doc/Building_FRR_on_Ubuntu1604.md
index 3b9e1415e..327b7d68a 100644
--- a/doc/Building_FRR_on_Ubuntu1604.md
+++ b/doc/Building_FRR_on_Ubuntu1604.md
@@ -113,7 +113,7 @@ Add the following lines to `/etc/modules-load.d/modules.conf`:
**Reboot** or use `sysctl -p` to apply the same config to the running system
-### Install The Systemd Service
+### Install the systemd service
sudo install -m 644 tools/frr.service /etc/systemd/system/frr.service
sudo install -m 644 cumulus/etc/default/frr /etc/default/frr
@@ -122,8 +122,7 @@ Add the following lines to `/etc/modules-load.d/modules.conf`:
sudo install -m 644 cumulus/etc/frr/Frr.conf /etc/frr/Frr.conf
sudo install -m 644 -o frr -g frr cumulus/etc/frr/vtysh.conf /etc/frr/vtysh.conf
-
-### Enable Daemons
+### Enable daemons
Edit `/etc/frr/daemons` and change the value from "no" to "yes" for those daemons you want to start by systemd.
For example.
@@ -136,7 +135,7 @@ For example.
ripngd=yes
isisd=yes
-### Enable the Systemd Serivce
+### Enable the systemd serivce
Edit `/etc/systemd/system/frr.service` and remove the line **OnFailure=heartbeat-failed@%n.service**
For example.
@@ -144,6 +143,6 @@ For example.
Description=Cumulus Linux FRR
After=syslog.target networking.service
   
-### Start the Systemd Service
+### Start the systemd service
- systemctl start frr
-- use `syttemctl status frr` to check its status.
+- use `systemctl status frr` to check its status.