Quite often system seems to turn on itself from being suspended, by closing the lid.
Kernel: 5.15.5-zen1-1-zen
Here, I closed the lid at 11:04:59 and later found the system has been turned on.
sudo systemctl status systemd-logind.service
(relevant part) ``` ● systemd-logind.service - User Login Management Loaded: loaded (/usr/lib/systemd/system/systemd-logind.service; static) Active: active (running) since Sat 2021-11-27 08:06:40 IST; 3h 2min ago Docs: man:sd-login(3) man:systemd-logind.service(8) man:logind.conf(5) man:org.freedesktop.login1(5) Main PID: 384 (systemd-logind) Status: "Processing requests..." Tasks: 1 (limit: 4589) Memory: 3.7M CPU: 421ms CGroup: /system.slice/systemd-logind.service └─384 /usr/lib/systemd/systemd-logind
... ... നവം 27 11:04:59 archie systemd-logind[384]: Lid closed. നവം 27 11:04:59 archie systemd-logind[384]: Suspending... നവം 27 11:06:55 archie systemd-logind[384]: Operation 'sleep' finished. നവം 27 11:07:17 archie systemd-logind[384]: Lid opened. ```
journalctl
(relevant part): https://nekobin.com/kasihunora
I have not made any changes to /etc/systemd/logind
What could be causing this?
Thanks (: