From 3ad885991d355d1a97c7b197e471369d676715fa Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 10 Jul 2012 18:34:41 -0700 Subject: 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. --- sysvinit/cloud-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysvinit') 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 -- cgit v1.2.3