summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openvswitch-initialize-db.service
blob: 9f3c2e80ab19a1e2d13158b0dc33c35f6d9de9b4 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Run openvswitch-initialize-db (once)
Requires=openvswitch-db-server.service
After=openvswitch-db-server.service

[Service]
Type=oneshot
ExecStart=/usr/bin/ovs-vsctl --no-wait init
Restart=no