Re: rc script to let a service wait for db available
- Reply: Axel Rau : "[RESOLVED] Re: rc script to let a service wait for db available"
- Reply: Sysadmin Lists : "Re: rc script to let a service wait for db available"
- In reply to: Axel Rau : "Re: rc script to let a service wait for db available"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.