summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-neutron-plugin-openvswitch-agent.service
blob: 6c579a620ef8af126d4a1f52320c77d4d54b342e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Neutron OpenvSwitch Plugin Agent
ConditionPathExists=/etc/neutron/neutron.conf
After=network-online.target openstack-neutron-config-setup.service openstack-neutron-db-setup.service
Wants=network-online.target

[Service]
Type=simple
User=neutron
StandardOutput=null
StandardError=null
ExecStart=/usr/bin/neutron-openvswitch-agent \
  --config-file=/etc/neutron/neutron.conf \
  --config-file=/etc/neutron/plugins/ml2/ml2_conf.ini

[Install]
WantedBy=multi-user.target