From d5dc0514b30ea5237642ba4970f85e61c193edbc Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 9 Aug 2025 06:21:28 -0500 Subject: Use localhost for mpd The other systemd services wouldn't accept a unix socket. --- mpd/mpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpd') diff --git a/mpd/mpd.conf b/mpd/mpd.conf index 755f1c8..6fdf1b0 100644 --- a/mpd/mpd.conf +++ b/mpd/mpd.conf @@ -79,7 +79,7 @@ sticker_file "~/.config/mpd/sticker.sql" # systemd socket activiation is in use. # # For network -# bind_to_address "127.0.0.1" +bind_to_address "127.0.0.1" # # And for Unix Socket bind_to_address "~/.config/mpd/socket" -- cgit v1.2.3