14 lines
280 B
Plaintext
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
|
|
#
|