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

ConditionPathExists=!/usr/local/var/run/openvswitch/openvswitch-initialize-db-flag

[Service]
Type=oneshot
ExecStart=/usr/bin/ovs-vsctl --no-wait init
ExecStart=/bin/touch /usr/local/var/run/openvswitch/openvswitch-initialize-db-flag