mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-15 10:32:23 +08:00
13 lines
211 B
SYSTEMD
13 lines
211 B
SYSTEMD
|
[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
|