summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service')
-rw-r--r--openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service b/openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service
new file mode 100644
index 00000000..bd514aa1
--- /dev/null
+++ b/openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=Neutron Layer 3 Agent
+After=network-online.target openstack-neutron-ovs-cleanup.service
+Wants=network-online.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 \
+ --config-file=/etc/neutron/fwaas_driver.ini \
+ --log-file=/var/log/neutron/l3-agent.log
+
+[Install]
+WantedBy=multi-user.target