Move wait_for_service into client; it'll be used from other things.

This commit is contained in:
Ian Gulliver
2016-04-02 10:56:14 -07:00
parent 1dc9b20aa1
commit e2c5f788bf
2 changed files with 1 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ stop on runlevel [!2345]
script
chvt 7
/autoimage/imager/wait_for_service.py --host=%(host)s --service=%(service)s </dev/tty7 >/dev/tty7 2>&1
/autoimage/client/wait_for_service.py --host=%(host)s --service=%(service)s </dev/tty7 >/dev/tty7 2>&1
chvt 7
/autoimage/imager/image.py --device=%(device)s --persistent-percent=%(persistent_percent)d --ca-cert=/autoimage/config/ca.cert.pem --base-url=%(base_url)s </dev/tty7 >/dev/tty7 2>&1
chvt 7