void-packages/srcpkgs/GCP-Guest-Environment/files/GCP-accounts/run
2017-08-02 18:44:08 -07:00

9 lines
160 B
Bash

#!/bin/sh
sv check GCP-Guest-Initialization || exit 1
while ! ping -c1 metadata.google.internal >/dev/null ; do
sleep 5
done
exec google_accounts_daemon