9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
16 lines
400 B
Desktop File
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
|