From 923f3c3a6398eeb29ca55a2695d7bd6333faa397 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Fri, 11 May 2018 19:13:10 +0200 Subject: rhel: Specify that force-corefiles is enabled by default Currently in /etc/sysconfig/openvswitch it's not clear that force-corefiles is enabled by default. This patch adds a comment explaining that force-corefiles is, by default, set to yes. Signed-off-by: Timothy Redaelli Signed-off-by: Ben Pfaff --- rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template') diff --git a/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template b/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template index fdaee00d5..936445402 100644 --- a/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template +++ b/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template @@ -1,6 +1,7 @@ ### Configuration options for openvswitch # -# Enable core files: +# Enable core files. +# This option should be set to "yes" or "no". The default is "yes". # --force-corefiles=yes # # Set "nice" priority at which to run ovsdb-server: -- cgit v1.2.1