upstream/openstack/python-neutron-dynamic-routing/centos/files/neutron-bgp-dragent.service
Dean Troyer 9d3ca49387 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:37:19 -07:00

16 lines
400 B
Desktop File

[Unit]
Description=OpenStack Neutron BGP Dynamic Routing agent
After=syslog.target neutron-server.service
[Service]
Type=simple
ExecStart=/etc/rc.d/init.d/neutron-bgp-dragent start
ExecStop=/etc/rc.d/init.d/neutron-bgp-dragent stop
ExecReload=/etc/rc.d/init.d/neutron-bgp-dragent reload
PrivateTmp=true
PIDFile=/var/run/neutron-bgp-dragent.pid
KillMode=process
[Install]
WantedBy=multi-user.target