Actions
Bug #8850
closedPackages that start on sync are started multiple times at boot
Start date:
08/29/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
When /etc/rc.start_packages
is run, for example at boot time, it performs a package sync with sync_package()
and then its service is started with start_service()
. The problem is that packages may already start the service on their own during their sync_package()
call, thus leading to multiple starts unintentionally.
Related to #8620
Actions