Package: ocfs2-tools / 1.8.4-4+deb9u1

o2cb-init-script.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/vendor/common/o2cb.init.sh
+++ b/vendor/common/o2cb.init.sh
@@ -6,11 +6,10 @@
 #
 ### BEGIN INIT INFO
 # Provides: o2cb
-# Required-Start: $network
-# Should-Start:
-# Required-Stop:
-# Default-Start: 2 3 5
-# Default-Stop:
+# Required-Start: $network $local_fs
+# Required-Stop: $network $local_fs
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
 # Short-Description: Load O2CB cluster services at system boot.
 # Description: Load O2CB cluster services at system boot.
 ### END INIT INFO