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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/google_compute_engine_init/systemd/postinst.sh b/google_compute_engine_init/systemd/postinst.sh
index 5913706..485e27e 100755
--- a/google_compute_engine_init/systemd/postinst.sh
+++ b/google_compute_engine_init/systemd/postinst.sh
@@ -26,8 +26,8 @@ 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
+# Run instance setup manually to prevent startup script execution.
+/usr/bin/google_instance_setup
# Start daemons.
systemctl start --no-block google-accounts-daemon