mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-14 17:39:16 +00:00
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
# 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
|
|
SIZE=100M
|
|
#
|
|
# use rsync instead of cp -r
|
|
# requires rsync installed, may provide better performance
|
|
# due to copying only new and changed files
|
|
USE_RSYNC=false
|