armbian-build/scripts/log2ram/log2ram.default
zador-blood-stained 19f3a97bc7 Move log2ram to board support package
Change default log2ram settings
Clean up board support package
2017-04-11 17:11:14 +03:00

14 lines
280 B
Plaintext

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