forked from pool/cloud-init
53 lines
1.6 KiB
Diff
53 lines
1.6 KiB
Diff
|
--- sysvinit/cloud-config.orig
|
||
|
+++ sysvinit/cloud-config
|
||
|
@@ -27,8 +27,8 @@
|
||
|
# Provides: cloud-config
|
||
|
# Required-Start: cloud-init cloud-init-local
|
||
|
# Should-Start: $time
|
||
|
-# Required-Stop:
|
||
|
-# Should-Stop:
|
||
|
+# Required-Stop: $null
|
||
|
+# Should-Stop: $null
|
||
|
# Default-Start: 2 3 4 5
|
||
|
# Default-Stop: 0 1 6
|
||
|
# Short-Description: The config cloud-init job
|
||
|
--- sysvinit/cloud-final.orig
|
||
|
+++ sysvinit/cloud-final
|
||
|
@@ -27,8 +27,8 @@
|
||
|
# Provides: cloud-final
|
||
|
# Required-Start: $all cloud-config
|
||
|
# Should-Start: $time
|
||
|
-# Required-Stop:
|
||
|
-# Should-Stop:
|
||
|
+# Required-Stop: $null
|
||
|
+# Should-Stop: $null
|
||
|
# Default-Start: 2 3 4 5
|
||
|
# Default-Stop: 0 1 6
|
||
|
# Short-Description: The final cloud-init job
|
||
|
--- sysvinit/cloud-init.orig
|
||
|
+++ sysvinit/cloud-init
|
||
|
@@ -27,8 +27,8 @@
|
||
|
# Provides: cloud-init
|
||
|
# Required-Start: $local_fs $network $named $remote_fs cloud-init-local
|
||
|
# Should-Start: $time
|
||
|
-# Required-Stop:
|
||
|
-# Should-Stop:
|
||
|
+# Required-Stop: $null
|
||
|
+# Should-Stop: $null
|
||
|
# Default-Start: 2 3 4 5
|
||
|
# Default-Stop: 0 1 6
|
||
|
# Short-Description: The initial cloud-init job (net and fs contingent)
|
||
|
--- sysvinit/cloud-init-local.orig
|
||
|
+++ sysvinit/cloud-init-local
|
||
|
@@ -27,8 +27,8 @@
|
||
|
# Provides: cloud-init-local
|
||
|
# Required-Start: $local_fs $remote_fs
|
||
|
# Should-Start: $time
|
||
|
-# Required-Stop:
|
||
|
-# Should-Stop:
|
||
|
+# Required-Stop: $null
|
||
|
+# Should-Stop: $null
|
||
|
# Default-Start: 2 3 4 5
|
||
|
# Default-Stop: 0 1 6
|
||
|
# Short-Description: The initial cloud-init job (local fs contingent)
|