summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openvswitch-setup.service
blob: bfe670028c17920b5118efd3329e77607abcc71b (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run openvswitch-setup (once)
After=local-fs.target

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

[Install]
WantedBy=multi-user.target