Update build

This commit is contained in:
jayofelony
2024-02-27 10:10:06 +01:00
parent d67935fa6a
commit 966126a986
8 changed files with 27 additions and 7 deletions

View File

@ -114,7 +114,7 @@ main.no_restart = false
main.filter = ""
main.log.path = "/var/log/pwnagotchi.log"
main.log.path = "/etc/pwnagotchi/log/pwnagotchi.log"
main.log.rotation.enabled = true
main.log.rotation.size = "10M"
@ -217,7 +217,7 @@ bettercap.silence = [
fs.memory.enabled = true
fs.memory.mounts.log.enabled = true
fs.memory.mounts.log.mount = "/var/log/"
fs.memory.mounts.log.mount = "/etc/pwnagotchi/log/"
fs.memory.mounts.log.size = "50M"
fs.memory.mounts.log.sync = 60
fs.memory.mounts.log.zram = true