summaryrefslogtreecommitdiff
path: root/sysvinit
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-07-10 18:34:41 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-07-10 18:34:41 -0700
commit3ad885991d355d1a97c7b197e471369d676715fa (patch)
tree08cceab7b6f582deb5b781142f6da2ff80b97167 /sysvinit
parentc2443ed6bb9c1023c5f9c7020ad3ad0131a9b1d2 (diff)
downloadcloud-init-git-3ad885991d355d1a97c7b197e471369d676715fa.tar.gz
Tweaks to sysvinit so that cloud-init-local will run before
cloud-init, but there will not be a strong dependency between them if cloud-init-local is missing.
Diffstat (limited to 'sysvinit')
-rwxr-xr-xsysvinit/cloud-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvinit/cloud-init b/sysvinit/cloud-init
index 7726c452..4b44a615 100755
--- a/sysvinit/cloud-init
+++ b/sysvinit/cloud-init
@@ -26,7 +26,7 @@
### BEGIN INIT INFO
# Provides: cloud-init
# Required-Start: $local_fs $network $named $remote_fs
-# Should-Start: $time
+# Should-Start: $time cloud-init-local
# Required-Stop:
# Should-Stop:
# Default-Start: 3 5