summarylogtreecommitdiffstats
path: root/neutron-l3-agent.service
diff options
context:
space:
mode:
Diffstat (limited to 'neutron-l3-agent.service')
-rw-r--r--neutron-l3-agent.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/neutron-l3-agent.service b/neutron-l3-agent.service
new file mode 100644
index 000000000000..ff4b009791fd
--- /dev/null
+++ b/neutron-l3-agent.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Neutron l3 agent
+
+[Service]
+ExecStart=/usr/bin/neutron-l3-agent --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini --log-file=/var/log/neutron/l3-agent.log
+User=neutron
+
+[Install]
+WantedBy=multi-user.target