[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22039: 'guix system reconfigure' must start/restart/stop services
From: |
Ludovic Courtès |
Subject: |
bug#22039: 'guix system reconfigure' must start/restart/stop services |
Date: |
Wed, 03 Feb 2016 22:32:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
address@hidden (Ludovic Courtès) skribis:
> Currently ‘guix system reconfigure’ doesn’t try to dynamically update
> the set of running services, which is a shame.
>
> A simple strategy would be to have it:
>
> 1. Stop and unregister services currently known to dmd that are
> missing in the new configuration.
>
> 2. Load and start (if they have ‘auto-start?’) services that are in
> the new configuration and currently unknown to dmd.
>
> 3. The rest is the most difficult part: dealing with services that
> already exist but that have changed (see below.)
Commit 240b57f implements #1 and #2.
Ludo’.
- bug#22039: 'guix system reconfigure' must start/restart/stop services,
Ludovic Courtès <=