diff options
author | Zach Marano <zmarano@google.com> | 2015-03-06 17:38:50 -0800 |
---|---|---|
committer | Zach Marano <zmarano@google.com> | 2015-03-06 17:38:50 -0800 |
commit | 63032a990d03401dc4c75d2c9534b5d854dc1b2b (patch) | |
tree | d231815c49b115e1fd5f63ade79eb59c1384cfd7 /google-startup-scripts | |
parent | e0ec7a834d93a2f6bf426521abfe4670a877ccec (diff) | |
download | google-compute-image-packages-63032a990d03401dc4c75d2c9534b5d854dc1b2b.tar.gz |
Add started networking stanza to google.conf upstart script.
Diffstat (limited to 'google-startup-scripts')
-rwxr-xr-x | google-startup-scripts/etc/init/google.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google-startup-scripts/etc/init/google.conf b/google-startup-scripts/etc/init/google.conf index d47fb0d..a4b2819 100755 --- a/google-startup-scripts/etc/init/google.conf +++ b/google-startup-scripts/etc/init/google.conf @@ -1,7 +1,7 @@ # google - Run google startup script # # Start when rc.local loads, so we run after all the booty stuff. -start on google-rc-local-has-run +start on started networking and google-rc-local-has-run task script |