]> git.proxmox.com Git - mirror_frr.git/blobdiff - doc/Building_FRR_on_Ubuntu1604.md
doc: Fix systemd build instructions
[mirror_frr.git] / doc / Building_FRR_on_Ubuntu1604.md
index 327b7d68a0701d5c26bd7959d537c8ac69578b76..f6d4b9826d83e02c6d9e1f6b1aa697af8a6cf0bc 100644 (file)
@@ -56,6 +56,7 @@ an example.)
         --enable-rtadv \
         --enable-tcp-zebra \
         --enable-fpm \
+       --enable-systemd=yes \
         --with-pkg-git-version \
         --with-pkg-extra-version=-MyOwnFRRVersion   
     make
@@ -136,13 +137,8 @@ For example.
     isisd=yes
 
 ### Enable the systemd serivce
-Edit `/etc/systemd/system/frr.service` and remove the line **OnFailure=heartbeat-failed@%n.service**  
-For example.
+ - systemctl enable frr
 
-    [Unit]  
-    Description=Cumulus Linux FRR  
-    After=syslog.target networking.service  
-    
 ### Start the systemd service
 - systemctl start frr
 - use `systemctl status frr` to check its status.