mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 06:05:13 +02:00
9 lines
162 B
Bash
9 lines
162 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_clock_skew_daemon
|