From 776317e7072979ee87246c8382e63395d7cbfe4b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 27 Apr 2023 20:16:22 -0400 Subject: services: mpd: Provision a default cache directory and set HOME. Relates to . * gnu/services/audio.scm (mpd-shepherd-service): Create a default .cache directory. Use mkdir-p/perms and refactor loop. Set the HOME environment variables. --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/guix.texi') diff --git a/doc/guix.texi b/doc/guix.texi index 67928d290d..31643bfacf 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -34311,7 +34311,8 @@ The directory to store playlists. The directory to store playlists. @item @code{db-file} (type: maybe-string) -The location of the music database. +The location of the music database. When left unspecified, +@file{~/.cache/db} is used. @item @code{state-file} (type: maybe-string) The location of the file that stores current MPD's state. -- cgit v1.2.3