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

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

[Install]
WantedBy=multi-user.target