]> git.proxmox.com Git - mirror_ovs.git/blame - rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template
rhel: bug fix kmod spec file, rhel6
[mirror_ovs.git] / rhel / usr_share_openvswitch_scripts_systemd_sysconfig.template
CommitLineData
b49c106e
FL
1### Configuration options for openvswitch
2#
923f3c3a
TR
3# Enable core files.
4# This option should be set to "yes" or "no". The default is "yes".
b49c106e
FL
5# --force-corefiles=yes
6#
7# Set "nice" priority at which to run ovsdb-server:
8# --ovsdb-server-priority=-10
9#
10# Set "nice" priority at which to run ovsdb-vswitchd:
11# --ovs-vswitchd-priority=-10
12#
13# Pass or not --mlockall option to ovs-vswitchd.
14# This option should be set to "yes" or "no". The default is "yes".
15# Enabling this option can avoid networking interruptions due to
16# system memory pressure in extraordinary situations, such as multiple
17# concurrent VM import operations.
18# --mlockall=yes
19#
20# Use valgrind:
21# --ovs-vswitchd-wrapper=valgrind
22# --ovsdb-server-wrapper=valgrind
23#
24OPTIONS=""
92d53574 25
26# Uncomment and set the OVS User/Group value
27#OVS_USER_ID="openvswitch:openvswitch"