summaryrefslogtreecommitdiff
path: root/google_compute_engine_init/systemd/postinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'google_compute_engine_init/systemd/postinst.sh')
-rwxr-xr-xgoogle_compute_engine_init/systemd/postinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/google_compute_engine_init/systemd/postinst.sh b/google_compute_engine_init/systemd/postinst.sh
index 66369fe..5913706 100755
--- a/google_compute_engine_init/systemd/postinst.sh
+++ b/google_compute_engine_init/systemd/postinst.sh
@@ -26,6 +26,9 @@ systemctl enable google-ip-forwarding-daemon.service
systemctl enable google-shutdown-scripts.service
systemctl enable google-startup-scripts.service
+# Run instance setup.
+systemctl start --no-block google-instance-setup
+
# Start daemons.
systemctl start --no-block google-accounts-daemon
systemctl start --no-block google-clock-skew-daemon