Re: rc script to let a service wait for db available

From: Eugene Grosbein <eugen_at_grosbein.net>
Date: Thu, 28 Apr 2022 09:53:42 UTC
28.04.2022 15:55, Axel Rau wrote:

> Ah - yes. Now it calls the script in the background, but there is still an issue.
> It does not start the server, as it does while calling from the command line.

Generally it means bugs in the startup script: it relies on calling process environment
like PATH, LANG etc. It must not. It must set needed variables all by itself
starting from PATH.