Enable orangepi-ramlog and orangepi-zram
This commit is contained in:
parent
b7c97620db
commit
669bf6d113
|
|
@ -1,7 +1,7 @@
|
||||||
# configuration values for the orangepi-ram-logging service
|
# configuration values for the orangepi-ram-logging service
|
||||||
#
|
#
|
||||||
# enable the orangepi-ram-logging service?
|
# enable the orangepi-ram-logging service?
|
||||||
ENABLED=false
|
ENABLED=true
|
||||||
#
|
#
|
||||||
# size of the tmpfs mount -- please keep in mind to adjust /etc/default/orangepi-zram-config too when increasing
|
# size of the tmpfs mount -- please keep in mind to adjust /etc/default/orangepi-zram-config too when increasing
|
||||||
SIZE=50M
|
SIZE=50M
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# configuration values for the orangepi-zram-config service
|
# configuration values for the orangepi-zram-config service
|
||||||
#
|
#
|
||||||
# enable the orangepi-zram-config service?
|
# enable the orangepi-zram-config service?
|
||||||
ENABLED=false
|
ENABLED=true
|
||||||
|
|
||||||
# Zram swap enabled by default, unless set to disabled
|
# Zram swap enabled by default, unless set to disabled
|
||||||
# SWAP=false
|
# SWAP=false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue