summaryrefslogtreecommitdiff
path: root/pcr/babeld/babeld.service
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-11-18 07:45:17 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-11-18 07:45:17 -0500
commitd0e8a9fc67c51bb40689fd2759320fa85bcaad9f (patch)
treed737fc2d013ef65f32bd7637c140cfabf7885dc6 /pcr/babeld/babeld.service
parent449fe5f9896b695c7d47e4398fd8549922515128 (diff)
downloadabslibre-d0e8a9fc67c51bb40689fd2759320fa85bcaad9f.tar.gz
abslibre-d0e8a9fc67c51bb40689fd2759320fa85bcaad9f.tar.bz2
abslibre-d0e8a9fc67c51bb40689fd2759320fa85bcaad9f.zip
Removing babeld: This package is in [community] repo
Diffstat (limited to 'pcr/babeld/babeld.service')
-rw-r--r--pcr/babeld/babeld.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/pcr/babeld/babeld.service b/pcr/babeld/babeld.service
deleted file mode 100644
index f3c1d284c..000000000
--- a/pcr/babeld/babeld.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Babel routing daemon
-Documentation=man:babeld(8) http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
-After=network.target
-
-[Service]
-Type=simple
-# Don't write a PID file, since it prevents babeld from starting again
-# in case of crash.
-ExecStart=/usr/bin/babeld -I ''
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target