mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 21:07:55 +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
|
||||
ovsdb-tool create /etc/openvswitch/conf.db /usr/share/openvswitch/vswitch.ovsschema
|
||||
|
||||
ovsdb-server --detach --remote=punix:/var/run/openvswitch/db.sock
|
||||
ovs-vswitchd --detach
|
||||
ovsdb-server --detach --pidfile --remote=punix:/var/run/openvswitch/db.sock
|
||||
ovs-vswitchd --detach --pidfile
|
||||
ovs-vsctl --no-wait init
|
||||
|
||||
x=0
|
||||
|
Loading…
Reference in New Issue
Block a user