Transactional update failed because: (ConditionACPower=true)

Hello.
Is there something I can do so I can use the automatic transactional update on my laptop that’s not on power cord very often. As it is now I do the command manually in terminal because it fails when not on power. I would like it to work even when on battery:
(localhost.localdomain systemd[1]: Update the system was skipped because of an unmet condition check (ConditionACPower=true).
If there nothing I can do I will have to coninue to start i t manually.

Create a drop-in file:

erlangen:~ # cat /etc/systemd/system/transactional-update.service.d/override.conf
[Unit]
ConditionACPower=
erlangen:~ #
1 Like

Thank you. I will try.

Hi, I am sorry it di take this long to get back.
But again, thank you for your tip. Now it work great. It update as it should even if laptop only on battery.
Thanks!