blob: bad1aff9327e316e7fcab918058e06c3e0c17492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Babel routing daemon
Documentation=man:babeld(8) http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/babeld -D
PIDFile=/var/run/babeld.pid
[Install]
WantedBy=multi-user.target
|