alip / mpdcron

A ‘cron’ like program for mpd. It can execute scripts based on mpd’s idle events.
http://mpd.wikia.com/wiki/Client:MPDCRON
GNU General Public License v2.0
33 stars 8 forks source link

mpdcron will not run as daemon #10

Open BinaryMan opened 13 years ago

BinaryMan commented 13 years ago

$ mpdcron Daemon returned 2 as return value

edyeeh commented 13 years ago

I got it. I edited the mpdcron.conf file and commented out the line where I specified where the pid file was created.

elric commented 12 years ago

Hey, I had the same problem and resolved it looking into this bug. What about mentioning daemon mode doesn't work if PID is specified in the manpage? It may sound obvious, but remember, we users are... :)

alip commented 11 years ago

Yes, quite a nice way to start contributing to this poor yet useful software :+1:

hariskar commented 10 years ago

I commented out pidfile = ~/.mpdcron/mpdcron.pid in mpdcron.conf but again I get $ mpdcron Daemon returned 2 as return value

Edit: I changed pid permissions and it is OK