summaryrefslogtreecommitdiff
path: root/community/bird/bird6.service
blob: e4b824ee2e4fb6630ee720de36dca34ae9d3a71c (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=BIRD6 routing daemon

[Service]
ExecStart=/usr/sbin/bird6
ExecReload=/bin/sh -c "echo configure | /usr/sbin/birdc6"
ExecStop=/bin/sh -c "echo down | /usr/sbin/birdc6"

[Install]
WantedBy=multi-user.target