Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ncp-config.d/nc-ramlogs.cfg')
-rw-r--r--etc/ncp-config.d/nc-ramlogs.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/ncp-config.d/nc-ramlogs.cfg b/etc/ncp-config.d/nc-ramlogs.cfg
new file mode 100644
index 00000000..568d18b9
--- /dev/null
+++ b/etc/ncp-config.d/nc-ramlogs.cfg
@@ -0,0 +1,16 @@
+{
+ "id": "nc-ramlogs",
+ "name": "nc-ramlogs",
+ "title": "nc-ramlogs",
+ "description": "mount logs in RAM to prevent SD degradation (faster, consumes more RAM)",
+ "info": "You need to reboot for this change to take effect",
+ "infotitle": "Warning",
+ "params": [
+ {
+ "id": "ACTIVE",
+ "name": "ACTIVE",
+ "value": "no",
+ "type": "bool"
+ }
+ ]
+}