summaryrefslogtreecommitdiff
path: root/packages/google-compute-engine
diff options
context:
space:
mode:
authorLiam Hopkins <liamh@google.com>2019-04-03 11:18:53 -0700
committerGitHub <noreply@github.com>2019-04-03 11:18:53 -0700
commit271c7d317d5cf85f4399e7ddf6cb1323202374d7 (patch)
treeeb85dd94421d29b2ddf6d2cdf3725cb7652271f1 /packages/google-compute-engine
parent15230c755d222dbb6c163fb6379b72566aafecbe (diff)
downloadgoogle-compute-image-packages-271c7d317d5cf85f4399e7ddf6cb1323202374d7.tar.gz
Upstart systems: only run startup scripts at boot (#754)
Diffstat (limited to 'packages/google-compute-engine')
-rw-r--r--packages/google-compute-engine/src/etc/init/google-startup-scripts.conf2
1 files changed, 1 insertions, 1 deletions
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