archrelease: copy trunk to community-any
[ArchLinux/community.git] / babeld / trunk / babeld.service
blobf3c1d284c29b62fc204bb43ae34ba6d3c22a0f24
1 [Unit]
2 Description=Babel routing daemon
3 Documentation=man:babeld(8) http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
4 After=network.target
6 [Service]
7 Type=simple
8 # Don't write a PID file, since it prevents babeld from starting again
9 # in case of crash.
10 ExecStart=/usr/bin/babeld -I ''
11 Restart=on-failure
13 [Install]
14 WantedBy=multi-user.target