Merge pull request #673 from cokegen/master

Force default location pidfiles to be created so utils like ovs-appct…
This commit is contained in:
Jeremy Grossmann 2022-07-09 15:46:55 +02:00 committed by GitHub
commit 79a196caf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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