summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openvswitch-create-links-one-node.service
blob: 71d5b8f38375157ec4f3e89f0cb9bf6eea3b2fa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Create Veth pairs
After=network-online.target openstack-neutron-network-configuration-one-node.service

[Service]
Type=simple
ExecStart=/usr/share/openstack/create_openvswitch_veth_pairs

[Install]
WantedBy=multi-user.target