MPD: Difference between revisions

fix links
Installation: fix startWhenNeeded option
Line 12: Line 12:
   # Optional:
   # Optional:
   network.listenAddress = "any"; # if you want to allow non-localhost connections
   network.listenAddress = "any"; # if you want to allow non-localhost connections
   startWhenNeeded = true; # systemd feature: only start MPD service upon connection to its socket
   network.startWhenNeeded = true; # systemd feature: only start MPD service upon connection to its socket
};
};
</syntaxhighlight>
</syntaxhighlight>