summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-10-05 09:43:21 -0400
committerScott Moser <smoser@ubuntu.com>2012-10-05 09:43:21 -0400
commitb2ba61becc62b84f9f6c6c969d41d70b1da29b1a (patch)
treede3afc8cdebdd0ddd5ee53d14572fb7d9769fcda
parent223e1012608c5eb309ee51987446928fcbcd292b (diff)
parent82314d806e8c7fd876bce2765ad3bb5ba235d09b (diff)
downloadvyos-cloud-init-b2ba61becc62b84f9f6c6c969d41d70b1da29b1a.tar.gz
vyos-cloud-init-b2ba61becc62b84f9f6c6c969d41d70b1da29b1a.zip
sysvinit: fix cloud-init job for RHEL 5.6
For the cloud-init rc.d, ensure that the cloud-init-local mode is attempted as a hard requirement (instead of the previous soft requirement) which in the rhel5.6 case makes it not run in the right order.
-rwxr-xr-xsysvinit/cloud-init4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysvinit/cloud-init b/sysvinit/cloud-init
index 4b44a615..f8ab5d5f 100755
--- a/sysvinit/cloud-init
+++ b/sysvinit/cloud-init
@@ -25,8 +25,8 @@
### BEGIN INIT INFO
# Provides: cloud-init
-# Required-Start: $local_fs $network $named $remote_fs
-# Should-Start: $time cloud-init-local
+# Required-Start: $local_fs $network $named $remote_fs cloud-init-local
+# Should-Start: $time
# Required-Stop:
# Should-Stop:
# Default-Start: 3 5