build/scripts/log2ram/xdgcache2ram.default
2017-05-15 17:46:41 +02:00

13 lines
280 B
Text

# configuration values for the log2ram service
#
# enable the log2ram service?
ENABLED=false
#
# size of the tmpfs mount
SIZE=1M
#
# use rsync instead of cp -r
# requires rsync installed, may provide better performance
# due to copying only new and changed files
USE_RSYNC=true
#