coreos / fleet

fleet ties together systemd and etcd into a distributed init system
Apache License 2.0
2.42k stars 302 forks source link

fleetctl: use time ticker in waitForSystemdActiveState #1654

Closed dongsupark closed 8 years ago

dongsupark commented 8 years ago

Use time ticker in waitForSystemdActiveState() just like other parts of fleet, instead of going into a loop with an arbitrary max number.

dongsupark commented 8 years ago

As it's a relatively simple cleanup, I'll merge it today later, unless there's any objection.