Hola:
No molesta y da información (uso indistinta mente los dos) .
Tiene una configuración para cuando se inicie el pc, pakagekit se ejecute, después tiene otra, creo que del cron ( o bien en yast o de archivos que tiene la raíz, con su configuración determinada) .
En yast, en editor de sysconfig ---->Sysrtem ----> Cron ----> Pakagekit .
Y en administrador de servicios de yast, se encuentra el demonio de pakagekit;
Como está incluido en el Cron , este también lo está en sytemd, en cron.service y no si en algún sitio mas ( corriendo en 2º plano, pero creo que si se puede configurar ) ; el SLEEP_MAX, está a 3600 seg, esto es en /etc/sysconfig/packagekit-background .
Configuración de Pakagekit.conf
Código:
# Only the system administrator should modify this file, ordinary users
# should not have to change anything.
[Daemon]
# Default backends, as chosen in the configure script. This will be used
# where no --backend="foo" option is given to the daemon.
#
# The order they are specified is the order they are tried, so for the
# value "foo,bar" first "foo" will be attempted and then "bar" if the
# libpk_backend_foo.so module load failed.
#DefaultBackend=auto
# Unlock the backend after this many seconds idle.
#BackendShutdownTimeout=5
# Shut down the daemon after this many seconds idle. 0 means don't shutdown.
#ShutdownTimeout=300
#
# for openSUSE, we want this shorter so it does not interfere with zypp/yast all the time
# until boo#899755 is fixed (in fact it's a libzypp issue, NOT a PK issue)
ShutdownTimeout=15
# Keep the packages after they have been downloaded
#KeepCache=false
Otras configuraciones, se pueden ver en cron.daily .
Saludos cordiales.