mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-24 06:56:41 +00:00
Merge pull request #675 from cokegen/master
Force default location pidfiles to be created at DB creation time, so…
This commit is contained in:
commit
c80f55d021
@ -20,8 +20,8 @@ if [ ! -f "/etc/openvswitch/conf.db" ]
|
|||||||
then
|
then
|
||||||
ovsdb-tool create /etc/openvswitch/conf.db /usr/share/openvswitch/vswitch.ovsschema
|
ovsdb-tool create /etc/openvswitch/conf.db /usr/share/openvswitch/vswitch.ovsschema
|
||||||
|
|
||||||
ovsdb-server --detach --remote=punix:/var/run/openvswitch/db.sock
|
ovsdb-server --detach --pidfile --remote=punix:/var/run/openvswitch/db.sock
|
||||||
ovs-vswitchd --detach
|
ovs-vswitchd --detach --pidfile
|
||||||
ovs-vsctl --no-wait init
|
ovs-vsctl --no-wait init
|
||||||
|
|
||||||
x=0
|
x=0
|
||||||
|
Loading…
Reference in New Issue
Block a user