jcorporation / myMPD

myMPD is a standalone and mobile friendly web mpd client with a tiny footprint and advanced features.
https://jcorporation.github.io/myMPD/
GNU General Public License v3.0
418 stars 65 forks source link

devuan ascii install #325

Closed 0jd closed 4 years ago

0jd commented 4 years ago

myMPD version: 6.6.1 I installed the debian 9.0 package on Devuan ascii system but when I tried to start the service it did not go into the background and did not create a pidfile

I had to add some parms to start-stop-daemon in /etc/init.d/mympd under start I added --background and --make-pidfile to the start-stop-daemon command. under stop I added --remove-pidfile to the start-stop-daemon command.

jcorporation commented 4 years ago

Thanks for your bug report. Can you please attach your working init script?

0jd commented 4 years ago

here's the init script: (with txt suffix added...) mympd.txt

0jd commented 4 years ago

I attached it to the thread, I hope.

On 09/01/2020 11:10 AM, Jürgen Mang wrote:

Thanks for your bug report. Can you please attach your working init script?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jcorporation/myMPD/issues/325#issuecomment-685042684, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4CTSJCCJGHCF7HVCOBTWDSDU2HXANCNFSM4QQ6HPJQ.

jcorporation commented 4 years ago

Thanks, I added your parameters.