gentoo-ebuilds/net-misc/openvswitch/files/ovs-vswitchd.confd-r2
Matthew Thode 0a3a711dce
net-misc/openvswitch: switch all runtime dirs to /run
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2023-05-06 11:32:57 -05:00

7 lines
184 B
Text

# Connection string for the configuration database (usually a unix socket)
DATABASE="unix:/run/openvswitch/db.sock"
# Additional options
OPTIONS="--mlockall"
OVS_USER_ID="root:root"