2019-12-05 01:05:52 +00:00
|
|
|
# configuration values for the armbian-ram-logging service
|
|
|
|
#
|
|
|
|
# enable the armbian-ram-logging service?
|
|
|
|
ENABLED=true
|
|
|
|
#
|
|
|
|
# size of the tmpfs mount -- please keep in mind to adjust /etc/default/armbian-zram-config too when increasing
|
2020-02-17 00:27:26 +00:00
|
|
|
SIZE=150M
|
2019-12-05 01:05:52 +00:00
|
|
|
#
|
|
|
|
# use rsync instead of cp -r
|
|
|
|
# requires rsync installed, may provide better performance
|
|
|
|
# due to copying only new and changed files
|
|
|
|
USE_RSYNC=false
|