summaryrefslogtreecommitdiff
path: root/redhat/quagga.sysconfig
diff options
context:
space:
mode:
authorDavid Ward <david.ward@ll.mit.edu>2012-04-29 16:47:08 -0400
committerDavid Lamparter <equinox@diac24.net>2012-05-01 17:51:26 +0200
commit4b5a2103b7d03b9209cfa3668d9cebead697bc82 (patch)
tree7b7114210e3eedb9987f837c77d8a4121d495973 /redhat/quagga.sysconfig
parenta41242bed823db77186ed7d11953cffaa0c3b733 (diff)
redhat: add systemd service files
* redhat/*.service: add systemd service file for each routing daemon * redhat/quagga.sysconfig: add comment about watchquagga and systemd * redhat/Makefile.am: add systemd service files to distribution Signed-off-by: David Ward <david.ward@ll.mit.edu> Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'redhat/quagga.sysconfig')
-rw-r--r--redhat/quagga.sysconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/redhat/quagga.sysconfig b/redhat/quagga.sysconfig
index 2befc0fd..4d6ec5ad 100644
--- a/redhat/quagga.sysconfig
+++ b/redhat/quagga.sysconfig
@@ -10,7 +10,12 @@ RIPD_OPTS="-A 127.0.0.1"
RIPNGD_OPTS="-A ::1"
ZEBRA_OPTS="-A 127.0.0.1"
-# Watchquagga configuration
+# Watchquagga configuration for LSB initscripts
+#
+# (Not needed with systemd: the service files are configured to automatically
+# restart any daemon on failure. If zebra fails, all running daemons will be
+# stopped; zebra will be started again; and then the previously running daemons
+# will be started again.)
#
# Uncomment and edit this line to reflect the daemons you are actually using:
#WATCH_DAEMONS="zebra bgpd ospfd ospf6d ripd ripngd"