guix-play/guix/scripts/system
Ludovic Courtès cda046b3ea
reconfigure: Start services not currently running.
Fixes <https://bugs.gnu.org/43720>.
Reported by Andreas Enge <andreas@enge.fr>.

The bug was introduced in 5c793753b3,
which changed the way TO-START is computed: as a function of the running
services first, and then as a function of the live services (which
includes services not currently running).

* guix/scripts/system/reconfigure.scm (running-services): Serialize the
'running' field and return it.
(upgrade-shepherd-services): Comput RUNNING.  Compute TO-START as the
difference between TARGET-SERVICES and RUNNING.
2020-10-11 17:26:41 +02:00
..
reconfigure.scm reconfigure: Start services not currently running. 2020-10-11 17:26:41 +02:00
search.scm Add more missing (ice-9 format) imports. 2020-06-28 23:32:52 +02:00