On Tue, Feb 22, 2022 at 5:42 PM Chris Murphy <li...@colorremedies.com> wrote:

> $ cat /usr/lib/systemd/system/packagekit.service
> [Unit]
> Description=PackageKit Daemon
> # PK doesn't know how to do anything on ostree-managed systems;
> # currently the design is to have dedicated daemons like
> # eos-updater and rpm-ostree, and gnome-software talks to those.
> ConditionPathExists=!/run/ostree-booted
> Wants=network-online.target
>
> [Service]
> Type=dbus
> BusName=org.freedesktop.PackageKit
> User=root
> ExecStart=/usr/libexec/packagekitd
>

Older versions of the service file did
not include the Wants= in the package.
PackageKit 1.2.5 included the Wants=
But in any event, there is no After=.

Perhaps there are additional hints in:

   systemctl show -p WantedBy,RequiredBy,After,Before network-online.target

I also suspect i don't understand the
problem well enough to have the correct
clue to help.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to