]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Update Building_FRR_on_Ubuntu1604.md
authorHung-Wei Chiu <hwchiu@users.noreply.github.com>
Thu, 27 Apr 2017 03:22:15 +0000 (11:22 +0800)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2017 03:22:15 +0000 (11:22 +0800)
Fix typo

doc/Building_FRR_on_Ubuntu1604.md

index b3bcdf9f9650ff1f5cc0761d3c95ad636090eb06..7848ff68abe85e8c2c8b8dbbb33656570548a207 100644 (file)
@@ -114,7 +114,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  
@@ -123,8 +123,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.
@@ -137,7 +136,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.
 
@@ -145,6 +144,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.