packagekit.service 371 B

123456789101112
  1. [Unit]
  2. Description=PackageKit Daemon
  3. # PK doesn't know how to do anything on ostree-managed systems;
  4. # currently the design is to have dedicated daemons like
  5. # eos-updater and rpm-ostree, and gnome-software talks to those.
  6. ConditionPathExists=!/run/ostree-booted
  7. [Service]
  8. Type=dbus
  9. BusName=org.freedesktop.PackageKit
  10. User=root
  11. ExecStart=/usr/lib/packagekit/packagekitd