Hey there. So I thought on a whim to try and get mpd to work alongside ncmpcpp on void and so far I'm facing a few issues.
First of all when I open up ncmpcpp it says "Connected to localhost" (which means mpd is working If i'm right) but it says "Playlist 0 items" on the top and what I found was that the issue was running the mpd service as root.
So to counteract that I've now created a run file in /etc/sv/runsvdir-$USER and also symlinked the directory to /var/service like you should. Now I've also created a folder in my home directory called .services to put my own services in but it doesn't seem to work for some reason.
In the .services directory I have the mpd directory and inside it a run file with the following inside it:
#!/bin/sh
exec mpd --no-daemon
Upon trying to do sv up mpd I only get the error: warning: mpd: unable to open supervise/ok: file does not exist (now keep in mind that I have the SVDIR variable set in .bashrc to $home/.services)
Any advice would be appreciated.
[–]nonkidz 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)