13 lines
391 B
Plaintext
13 lines
391 B
Plaintext
# configuration values for the orangepi-ram-logging service
|
|
#
|
|
# enable the orangepi-ram-logging service?
|
|
ENABLED=true
|
|
#
|
|
# size of the tmpfs mount -- please keep in mind to adjust /etc/default/orangepi-zram-config too when increasing
|
|
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
|