mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
219 B
Desktop File
12 lines
219 B
Desktop File
[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
|