Alteiria / pterodactylAutoStart

Pterodactyl bash script to auto start servers (at boot for example)
2 stars 2 forks source link

Remove hard coded delay in the service file #2

Open unixfox opened 5 years ago

unixfox commented 5 years ago

Currently the service file has an hard coded delay before the script start because even if the daemon is up the API is not immediately available.

Implement a way to wait for the API to come up before starting the servers.