diff --git a/builder/data/64bit/etc/systemd/system/pwnagotchi.service b/builder/data/64bit/etc/systemd/system/pwnagotchi.service index 2810e3f5..daa53acc 100644 --- a/builder/data/64bit/etc/systemd/system/pwnagotchi.service +++ b/builder/data/64bit/etc/systemd/system/pwnagotchi.service @@ -8,7 +8,6 @@ After=pwngrid-peer.service Type=simple WorkingDirectory=~ ExecStart=/usr/bin/pwnagotchi-launcher -ExecStopPost=/usr/bin/bash -c "if egrep -qi 'personality.clear_on_exit[ =]*true' /etc/pwnagotchi/config.toml ; then /usr/local/bin/pwnagotchi --clear; fi" Restart=always RestartSec=30 TasksMax=infinity diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 3a773bb2..b5d6f3a8 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -150,8 +150,6 @@ personality.bond_encounters_factor = 20000 personality.throttle_a = 0.4 personality.throttle_d = 0.9 -personality.clear_on_exit = true # clear display when shutting down cleanly - ui.invert = false # false = black background, true = white background ui.fps = 0.0