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.
This commit is contained in:
Joshua Harlow
2012-07-10 18:34:41 -07:00
parent cef7bb96d7
commit d495fc4ade

View File

@@ -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