diff options
Diffstat (limited to 'upstart/cloud-run-user-script.conf')
-rw-r--r-- | upstart/cloud-run-user-script.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/upstart/cloud-run-user-script.conf b/upstart/cloud-run-user-script.conf deleted file mode 100644 index e50006d4..00000000 --- a/upstart/cloud-run-user-script.conf +++ /dev/null @@ -1,14 +0,0 @@ -# cloud-run-user-script - runs user scripts found in user-data, that are -# stored in /var/lib/cloud/scripts by the initial cloudinit upstart job -description "execute cloud user scripts" - -start on (stopped rc RUNLEVEL=[2345] and stopped cloud-config) -console output -task - -script -sdir=/var/lib/cloud/data/scripts -[ -d "$sdir" ] || exit 0 -exec cloud-init-run-module once-per-instance user-scripts execute \ - run-parts --regex '.*' "$sdir" -end script |