From 1ed94c177a857352c1d8efd7c5c6e43851e1856e Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 10 May 2020 13:31:56 +0200 Subject: [PATCH] added comment about systemd service --- .config/mpd/mpd.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index a256b6c..58ecee8 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,3 +1,9 @@ +# since some paths are defined in pam_environment, +# which is read after user login, +# enable mpd service by +# systemctl enable --user mpd +# after disabling systemwide (sudo systemctl disable mpd) + port "6600" log_file "~/.local/share/mpd/log"