]> git.proxmox.com Git - mirror_ovs.git/blob - rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template
rhel: let *-ctl handle runtime directory
[mirror_ovs.git] / rhel / usr_share_openvswitch_scripts_systemd_sysconfig.template
1 ### Configuration options for openvswitch
2 #
3 # Enable core files.
4 # This option should be set to "yes" or "no". The default is "yes".
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 #
24 # Specify additional options, for example to start with debug logs:
25 # --ovs-vswitchd-options='-vconsole:dbg -vfile:dbg'
26 # --ovsdb-server-options='-vconsole:dbg -vfile:dbg'
27 #
28 OPTIONS=""
29
30 # Uncomment and set the OVS User/Group value
31 #OVS_USER_ID="openvswitch:openvswitch"