https://bugs.kde.org/show_bug.cgi?id=523101
--- Comment #4 from [email protected] --- I checked the systemd docs a bit more and it says the following: "When the death of the process is a result of systemd operation (e.g. service stop or restart), the service will not be restarted." Setting the service to always restart is not enough in every case. So it's good to dig a little deeper to find why the powerdevil service crashed. This goes a bit further than my understanding of the plasma session and systemd, but the service could be terminated because the graphical session target got torn down. After restarting the graphical session the service is not automatically restarted. By setting WantedBy=graphical-session.target I believe this would be fixed. -- You are receiving this mail because: You are watching all bug changes.
