bug#63082: [PATCH v3 02/16] services: mpd: Add an 'update' action to trigger a database update.

2023-05-24 Thread Bruno Victal
Hi Maxim, On 2023-05-05 19:28, Maxim Cournoyer wrote: > * gnu/services/audio.scm (mpd-shepherd-service): Register a new update action. > * doc/guix.texi (Audio Services): Document it. > --- > doc/guix.texi | 10 ++ > gnu/services/audio.scm | 11 +++ > 2 files changed, 21

bug#63082: [PATCH v3 02/16] services: mpd: Add an 'update' action to trigger a database update.

2023-05-05 Thread Maxim Cournoyer
* gnu/services/audio.scm (mpd-shepherd-service): Register a new update action. * doc/guix.texi (Audio Services): Document it. --- doc/guix.texi | 10 ++ gnu/services/audio.scm | 11 +++ 2 files changed, 21 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 66e