Initial commit for neutron
Change-Id: Ica98cdb05e8daf6f6461b8563887e264e081360b
This commit is contained in:
14
openstack/neutron/neutron-l3-agent.service
Normal file
14
openstack/neutron/neutron-l3-agent.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=OpenStack Neutron Layer 3 Agent
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=neutron
|
||||
ExecStart=/usr/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini
|
||||
PrivateTmp=false
|
||||
KillMode=process
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user