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.
This commit is contained in:
parent
10c3781ab0
commit
8ddd532a95
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user