BiBiServ / bibigrid

BiBiGrid is a tool for an easy cluster setup inside a cloud environment.
Apache License 2.0
11 stars 8 forks source link

fix for service being too fast for startup #502

Closed XaverStiensmeier closed 4 months ago

XaverStiensmeier commented 4 months ago

For each servicec run

while [[ $(systemctl is-active {service}) == 'active' ]]; do echo 'Waiting for service {service}'; sleep 2; done

in order to identify whether the named services under waitForServices have stopped.