mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 21:39:02 +00:00
13 lines
280 B
Text
13 lines
280 B
Text
# configuration values for the log2ram service
|
|
#
|
|
# enable the log2ram service?
|
|
ENABLED=false
|
|
#
|
|
# size of the tmpfs mount
|
|
SIZE=1M
|
|
#
|
|
# use rsync instead of cp -r
|
|
# requires rsync installed, may provide better performance
|
|
# due to copying only new and changed files
|
|
USE_RSYNC=true
|
|
#
|