mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 09:52:27 +00:00
doc: Fix systemd build instructions
Fix the build/install instructions for Ubuntu 16.04 and systemd. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
5503498dda
commit
78472fc8a0
@ -56,6 +56,7 @@ an example.)
|
|||||||
--enable-rtadv \
|
--enable-rtadv \
|
||||||
--enable-tcp-zebra \
|
--enable-tcp-zebra \
|
||||||
--enable-fpm \
|
--enable-fpm \
|
||||||
|
--enable-systemd=yes \
|
||||||
--with-pkg-git-version \
|
--with-pkg-git-version \
|
||||||
--with-pkg-extra-version=-MyOwnFRRVersion
|
--with-pkg-extra-version=-MyOwnFRRVersion
|
||||||
make
|
make
|
||||||
@ -136,13 +137,8 @@ For example.
|
|||||||
isisd=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**
|
- systemctl enable frr
|
||||||
For example.
|
|
||||||
|
|
||||||
[Unit]
|
|
||||||
Description=Cumulus Linux FRR
|
|
||||||
After=syslog.target networking.service
|
|
||||||
|
|
||||||
### Start the systemd service
|
### Start the systemd service
|
||||||
- systemctl start frr
|
- systemctl start frr
|
||||||
- use `systemctl status frr` to check its status.
|
- use `systemctl status frr` to check its status.
|
||||||
|
Loading…
Reference in New Issue
Block a user