From 2593db6ece327906ebbb5f2391c489d718251596 Mon Sep 17 00:00:00 2001 From: Christian Schnidrig Date: Thu, 24 Feb 2022 08:45:09 +0100 Subject: [PATCH] readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b68cc97..b2a7b1c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Edit group_vars/all/vault. Edit inventory. Check/change other values in group_vars -ansible-playbook -i inventory raspi.yml +ansible-playbook -i inventory openhab.yml ## performance tweaks @@ -63,3 +63,14 @@ add the following to /home/pi/userdata/etc/log4j2.xml + +# Optional: + +Add the following line to /etc/fstab + + tmpfs /var/log/openhab tmpfs rw,size=1g,uid=1000,gid=1000,mode=0755 0 0 + + +# Restore backed up config + +Use script: `/usr/share/openhab/runtime/bin/restore`