Revert "services: mpd: Add an 'update' action to trigger a database update."

This reverts commit e1070ee160.  Rationale: this
only works with the default 'endpoints'.  The 'auto-update?' option should be
sufficient to trigger a database update automatically anyway.
This commit is contained in:
Maxim Cournoyer 2023-07-26 12:04:37 -04:00
parent 53138a393b
commit c7e45139fa
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -663,17 +663,6 @@ (define (init-directory directory)
(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)