From 271c7d317d5cf85f4399e7ddf6cb1323202374d7 Mon Sep 17 00:00:00 2001 From: Liam Hopkins Date: Wed, 3 Apr 2019 11:18:53 -0700 Subject: Upstart systems: only run startup scripts at boot (#754) --- packages/google-compute-engine/src/etc/init/google-startup-scripts.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/google-compute-engine') diff --git a/packages/google-compute-engine/src/etc/init/google-startup-scripts.conf b/packages/google-compute-engine/src/etc/init/google-startup-scripts.conf index 3bda504..664297c 100644 --- a/packages/google-compute-engine/src/etc/init/google-startup-scripts.conf +++ b/packages/google-compute-engine/src/etc/init/google-startup-scripts.conf @@ -1,4 +1,4 @@ # Runs a startup script from metadata. -start on started google-network-daemon +start on started google-network-daemon and startup exec /usr/bin/google_metadata_script_runner --script-type startup -- cgit v1.2.1