summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-neutron-l3-agent.service
blob: f5be0016effe9c81d075a83bfad3e5e758c73bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Neutron Layer 3 Agent
After=syslog.target network.target
wants=neutron-ovs-cleanup.service

[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