|
|
@@ -9,9 +9,7 @@ SIZE=40M |
|
|
|
|
|
|
|
# Select the log syncing method between the log directory on disk and in the RAM. |
|
|
|
# The variable may be uncommented out, setting it to false, if "cp" is preferred over "rsync". |
|
|
|
# Pre 1.6.1 the config default was to use "cp", unless USE_RSYNC was explicitly set to true. |
|
|
|
# Post 1.6.1 the parameter was briefly removed and "rsync" became the default whenever |
|
|
|
# installed. Currently, this option needs to be unset or set to true for "rsync" to run, |
|
|
|
# Currently, this option needs to be unset or set to true for "rsync" to run, |
|
|
|
# with "cp" available for fallback when "rsync" is missing. |
|
|
|
# In all other cases, setting USE_RSYNC to anything other than true will default to "cp". |
|
|
|
#USE_RSYNC=false |
|
|
|