diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-04 15:14:47 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-04 15:14:47 -0700 |
commit | d65ed7106072b9a882592de69ebfe36ba69d6fbc (patch) | |
tree | b60076d09de50642673dd3d2993f35dce33478bb /sysvinit | |
parent | f8b23b39bdf8753986df9ecf5948ffd8e8fdee74 (diff) | |
download | vyos-cloud-init-d65ed7106072b9a882592de69ebfe36ba69d6fbc.tar.gz vyos-cloud-init-d65ed7106072b9a882592de69ebfe36ba69d6fbc.zip |
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.
Diffstat (limited to 'sysvinit')
-rwxr-xr-x | sysvinit/cloud-init | 4 |
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 |