]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Update centos7 build to include systemd
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 23 Feb 2018 15:06:04 +0000 (10:06 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 23 Feb 2018 15:06:04 +0000 (10:06 -0500)
Update the centos7 build instructions to include
data on how to build w/ systemd.  This is especially
useful because we tell the user to install the frr.service
file and the frr.service file expects systemd integration

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
doc/Building_FRR_on_CentOS7.md

index 787b80fbf7dd019e29341a14be50c29aa2a7d493..38802483b6f04852cc1a419da37863551676cd5a 100644 (file)
@@ -20,7 +20,7 @@ Add packages:
     sudo yum install git autoconf automake libtool make gawk \
       readline-devel texinfo net-snmp-devel groff pkgconfig \
       json-c-devel pam-devel bison flex pytest c-ares-devel \
-      perl-XML-LibXML python-devel
+      perl-XML-LibXML python-devel systemd-devel
 
 Get FRR, compile it and install it (from Git)
 ---------------------------------------------
@@ -59,6 +59,7 @@ an example.)
         --enable-group=frr \
         --enable-vty-group=frrvt \
         --enable-rtadv \
+       --enable-systemd=yes \
         --disable-exampledir \
         --enable-watchfrr \
         --disable-ldpd \