Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / rhel / usr_share_openvswitch_scripts_systemd_sysconfig.template
1 ### Configuration options for openvswitch
2 #
3 # Enable core files:
4 # --force-corefiles=yes
5 #
6 # Set "nice" priority at which to run ovsdb-server:
7 # --ovsdb-server-priority=-10
8 #
9 # Set "nice" priority at which to run ovsdb-vswitchd:
10 # --ovs-vswitchd-priority=-10
11 #
12 # Pass or not --mlockall option to ovs-vswitchd.
13 # This option should be set to "yes" or "no".  The default is "yes".
14 # Enabling this option can avoid networking interruptions due to
15 # system memory pressure in extraordinary situations, such as multiple
16 # concurrent VM import operations.
17 # --mlockall=yes
18 #
19 # Use valgrind:
20 #   --ovs-vswitchd-wrapper=valgrind
21 #   --ovsdb-server-wrapper=valgrind
22 #
23 OPTIONS=""