From 5dcb0669e85fbd933d1f98602932a6e253bab7c9 Mon Sep 17 00:00:00 2001 From: Surojit Pathak Date: Wed, 8 Apr 2015 15:40:33 +0000 Subject: Ensure cloud-local-init comes up before network This is to prevent network service use residual config, if available, viz. booting from snapshot image etc. Removing the dependency on remote_fs service. --- sysvinit/redhat/cloud-init-local | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sysvinit/redhat') diff --git a/sysvinit/redhat/cloud-init-local b/sysvinit/redhat/cloud-init-local index b53e0db2..b9caedbd 100755 --- a/sysvinit/redhat/cloud-init-local +++ b/sysvinit/redhat/cloud-init-local @@ -23,9 +23,12 @@ # See: http://www.novell.com/coolsolutions/feature/15380.html # Also based on dhcpd in RHEL (for comparison) +# Bring this up before network, S10 +#chkconfig: 2345 09 91 + ### BEGIN INIT INFO # Provides: cloud-init-local -# Required-Start: $local_fs $remote_fs +# Required-Start: $local_fs # Should-Start: $time # Required-Stop: # Should-Stop: -- cgit v1.2.3