summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-07-26 12:04:37 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-07-26 12:04:37 -0400
commitc7e45139faa27b60f2c7d0a4bc140f9793d97d47 (patch)
treeecbe72936266876b0059d52d2530bb21cad36590
parent53138a393b64f6fc66c6698c14f565bd9e208d5e (diff)
downloadguix-master.tar.gz
Revert "services: mpd: Add an 'update' action to trigger a database update." HEAD master
This reverts commit e1070ee16036f6dfb84c44aea4119e4db770356b.  Rationale: this
only works with the default 'endpoints'.  The 'auto-update?' option should be
sufficient to trigger a database update automatically anyway.
-rw-r--r--gnu/services/audio.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/services/audio.scm b/gnu/services/audio.scm
index f01357ad8b..260abdefed 100644
--- a/gnu/services/audio.scm
+++ b/gnu/services/audio.scm
@@ -663,17 +663,6 @@ appended to the configuration.")
                           (format #t
                                   "Issued SIGHUP to Service MPD (PID ~a)."
                                   pid))
-                        (format #t "Service MPD is not running.")))))
-              (shepherd-action
-               (name 'update)
-               (documentation "Request MPD to update its music database.")
-               (procedure
-                #~(lambda (pid)
-                    (if pid
-                        (begin
-                          (invoke #$(file-append mpd-mpc "/bin/mpc") "update")
-                          (format #t "Database update requested for service \
-MPD (PID ~a)." pid))
                         (format #t "Service MPD is not running.")))))))))))
 
 (define (mpd-accounts config)