From 439311892d5cd823116de354b5ce6d5f01493696 Mon Sep 17 00:00:00 2001 From: Manuel Schweizer Date: Thu, 7 Sep 2017 18:05:25 +0200 Subject: [PATCH] Enable FRR service 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Building_FRR_on_Ubuntu1604.md b/doc/Building_FRR_on_Ubuntu1604.md index 2d5b57ed56..b911b41bf0 100644 --- a/doc/Building_FRR_on_Ubuntu1604.md +++ b/doc/Building_FRR_on_Ubuntu1604.md @@ -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 -- 2.39.5