diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-03 13:06:20 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-03 13:06:20 +0200 |
commit | 78472fc8a0120126c55f78deedaa7a40b493b419 (patch) | |
tree | 3484231468e5e386f71c1bcd87c78852e84707bd /doc/Building_FRR_on_Ubuntu1604.md | |
parent | Merge pull request #442 from Jafaral/pim-hello-fix (diff) | |
download | frr-78472fc8a0120126c55f78deedaa7a40b493b419.tar.xz frr-78472fc8a0120126c55f78deedaa7a40b493b419.zip |
doc: Fix systemd build instructions
Fix the build/install instructions for Ubuntu 16.04 and
systemd.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc/Building_FRR_on_Ubuntu1604.md')
-rw-r--r-- | doc/Building_FRR_on_Ubuntu1604.md | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/Building_FRR_on_Ubuntu1604.md b/doc/Building_FRR_on_Ubuntu1604.md index 327b7d68a..f6d4b9826 100644 --- a/doc/Building_FRR_on_Ubuntu1604.md +++ b/doc/Building_FRR_on_Ubuntu1604.md @@ -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. |