ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.26k stars 179 forks source link

OpenRC service script does not work #1914

Open joshuaspiral opened 2 years ago

joshuaspiral commented 2 years ago

Currently on alpine Linux, the OpenRC script does not work.

progval commented 2 years ago

What is the issue?

joshuaspiral commented 2 years ago

It does not run, when I restart/reload the service, it says * start-stop-daemon: no matching processes found [ ok ]

progval commented 2 years ago

@thesamesam any idea what's up?

tacerus commented 2 years ago

Did you install start-stop-daemon / is it actually a binary contained in PATH?

joshuaspiral commented 2 years ago

Yes, start-stop-daemon is in /sbin and /sbin is in PATH

thesamesam commented 2 years ago

I'll spin up an Alpine container later and give it a poke. Thank you for the report!

thesamesam commented 2 years ago

Sorry for the delay @joshuaspiral, we've been having some renovations done and it's a bit hectic.

Could you try https://github.com/ergochat/ergo/pull/1920? It should at least make it easier to see what's going wrong.