[cloud-init/el6] exec cloud-final at the end of the boot sequence

Pádraig Brady pbrady at fedoraproject.org
Wed Jun 20 14:59:01 UTC 2012


commit 4041ca3d7e906482b919039a62d366bc4b6ad7f0
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Jun 20 15:56:58 2012 +0100

    exec cloud-final at the end of the boot sequence
    
    This now happens around the same time as rc.local,
    and the teardown symmetrically happens at the start
    of the shutdown process

 cloud-final.init |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cloud-final.init b/cloud-final.init
index b08f3da..54c0bf8 100644
--- a/cloud-final.init
+++ b/cloud-final.init
@@ -2,7 +2,7 @@
 #
 # cloud-final
 #
-# chkconfig:   - 20 80
+# chkconfig:   - 99 01
 # description: Execute cloud user/final scripts
 
 ### BEGIN INIT INFO


More information about the scm-commits mailing list