bug#22039: 'guix system reconfigure' must start/restart/stop services

2016-02-03 Thread Ludovic Courtès
l...@gnu.org (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

bug#22039: 'guix system reconfigure' must start/restart/stop services

2016-02-03 Thread Thompson, David
On Wed, Feb 3, 2016 at 4:32 PM, Ludovic Courtès wrote: > l...@gnu.org (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

bug#22039: 'guix system reconfigure' must start/restart/stop services

2016-01-08 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > The prerequisite to all this work is to make the dmd RPCs > machine-processable, which is not too much work. Commit 841b009 in dmd does one step in that direction: it’s now possible to get the status of services as an sexp. Ludo’.

bug#22039: 'guix system reconfigure' must start/restart/stop services

2015-11-28 Thread Ludovic Courtès
Hello! 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