diff options
Diffstat (limited to 'upstart/cloud-final.conf')
-rw-r--r-- | upstart/cloud-final.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/upstart/cloud-final.conf b/upstart/cloud-final.conf new file mode 100644 index 00000000..1127647a --- /dev/null +++ b/upstart/cloud-final.conf @@ -0,0 +1,10 @@ +# cloud-final.conf - run "final" jobs +# this runs around traditional "rc.local" time. +# and after all cloud-config jobs are run +description "execute cloud user/final scripts" + +start on (stopped rc RUNLEVEL=[2345] and stopped cloud-config) +console output +task + +exec cloud-init-cfg all cloud_final |