mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-04-09 04:14:21 +00:00
Merge pull request #673 from cokegen/master
Force default location pidfiles to be created so utils like ovs-appct…
This commit is contained in:
commit
79a196caf4
@ -43,8 +43,8 @@ then
|
||||
x=$((x+1))
|
||||
done
|
||||
else
|
||||
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
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user