mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
219 B
SYSTEMD
13 lines
219 B
SYSTEMD
|
[Unit]
|
||
|
Description=BIRD IPv6 routing daemon
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/bird6
|
||
|
ExecReload=/usr/bin/birdc6 configure
|
||
|
ExecStop=/usr/bin/birdc6 down
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|