mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-14 18:12:23 +08:00
12 lines
211 B
Desktop File
12 lines
211 B
Desktop File
[Unit]
|
|
Description=BIRD routing daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/bird
|
|
ExecReload=/usr/bin/birdc configure
|
|
ExecStop=/usr/bin/birdc down
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|