Re: Long timeouts on logging out/shutting down

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 15 Aug 2022 12:19:20 +0100 Patrick O'Callaghan wrote:

> On Sun, 2022-07-17 at 10:27 -0400, Tom Horsley wrote:
>> On Sun, 17 Jul 2022 15:17:56 +0100
>> I made this chage: "DefaultTimeoutStopSec=5s" in both
>> /etc/systemd/system.conf and /etc/systemd/user.conf

> This solution has simply stopped working.

> This did work for a time, but now makes no difference. I've changed
> nothing apart from system updates.

Those updates may have changed some TimeoutStopSec= under /usr/lib/systemd/user

> I once again have to manually kill the offending process (kded) to
> avoid a 90-second delay on shutdown/reboot/re-login.

You can try to override the plasma-kded.service itself as follows:

  mkdir -p ~/.config/systemd/user/plasma-kded.service.d
  cat > ~/.config/systemd/user/plasma-kded.service.d/stop.conf <<EOF
[Service]
TimeoutStopSec=5s
EOF
  systemctl --user daemon-reload

There is also the TimeoutAbortSec= (and DefaultTimeoutAbortSec=) parameter,
but plasma-kded.service do not declare Type=notify and thus this should not
apply.

-- 
francis
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux