summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openvswitch-setup.service
blob: ad7a144f4bcfea0afd606687446fba1a952e86c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Run openvswitch-setup (once)
Requires=local-fs.target network-online.target openvswitch-create-links-one-node.service
After=network-online.target openvswitch-create-links-one-node.service

[Service]
Type=oneshot
ExecStart=/usr/share/openstack/openvswitch-setup
Restart=no

[Install]
WantedBy=multi-user.target