wayback runs as an always-on router living lid-closed in the van, but stock logind HandleLidSwitch=suspend would sleep it on lid close (even on AC). Add a logind drop-in that ignores the lid in all states and mask every sleep target so idle/GUI/stray `systemctl suspend` can't suspend it either. - power/10-vanlink-nolid.conf -> /etc/systemd/logind.conf.d/ - deploy.sh: install drop-in, mask sleep/suspend/hibernate/hybrid-sleep, restart systemd-logind - README: power/ layout row, never-sleep operation notes + reversal recipe Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
[Login]
|
|
# wayback is an always-on router living lid-closed in the van.
|
|
# Default logind suspends on lid close (incl. on AC); ignore the lid in every state.
|
|
HandleLidSwitch=ignore
|
|
HandleLidSwitchExternalPower=ignore
|
|
HandleLidSwitchDocked=ignore
|