You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Masking all these targets can have side effects, such as dbus-daemon getting stuck in a loop trying to trigger the suspend target (causing a high CPU load).
A better approach is to configure the system to not go to sleep when it's idle, and to ignore ACPI events which would normally trigger sleep / suspend. logind.conf(5) discusses the following options - which could be set in e.g. /etc/systemd/logind.conf.d/ignore-acpi-events.conf:
Regarding disable-suspend.md:
Masking all these targets can have side effects, such as dbus-daemon getting stuck in a loop trying to trigger the suspend target (causing a high CPU load).
A better approach is to configure the system to not go to sleep when it's idle, and to ignore ACPI events which would normally trigger sleep / suspend.
logind.conf(5)
discusses the following options - which could be set in e.g./etc/systemd/logind.conf.d/ignore-acpi-events.conf
: