net-misc/openbgpd: systemd unit
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>fractal
parent
98b8e02148
commit
5c2d4c79e5
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=OpenBGPD Routing Daemon
|
||||
Documentation=man:bgpd.conf(5) man:bgpctl(8) man:bgpd(8)
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/bgpd -f /etc/bgpd.conf
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue