]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Enable FRR service
authorManuel Schweizer <manuel.schweizer@gmail.com>
Thu, 7 Sep 2017 16:05:25 +0000 (18:05 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2017 16:05:25 +0000 (18:05 +0200)
In order for the frr service to come up automatically, the service needs to be enabled which will create a symlink from /etc/systemd/system/network-online.target.wants/frr.service to /etc/systemd/system/frr.service

doc/Building_FRR_on_Ubuntu1604.md

index 2d5b57ed56e2b5d1bcbde04fcbe060218b461e6f..b911b41bf00455d3d62241d83cc374f7065824ee 100644 (file)
@@ -136,13 +136,15 @@ For example.
     ripngd=yes
     isisd=yes
 
-### Enable the systemd serivce
+### Enable the systemd service
 Edit `/etc/systemd/system/frr.service` and remove the line **OnFailure=heartbeat-failed@%n.service**  
 For example.
 
     [Unit]  
     Description=Cumulus Linux FRR  
     After=syslog.target networking.service  
+
+- systemctl enable frr
     
 ### Start the systemd service
 - systemctl start frr