19 lines
478 B
Diff
19 lines
478 B
Diff
|
--- scripts/drbd
|
||
|
+++ scripts/drbd
|
||
|
@@ -8,12 +8,11 @@
|
||
|
#
|
||
|
### BEGIN INIT INFO
|
||
|
# Provides: drbd
|
||
|
-# Required-Start: $local_fs $network $syslog
|
||
|
-# Required-Stop: $local_fs $network $syslog
|
||
|
+# Required-Start: $remote_fs $network $syslog
|
||
|
+# Required-Stop: $remote_fs $network $syslog
|
||
|
# Should-Start: sshd multipathd
|
||
|
# Should-Stop: sshd multipathd
|
||
|
-# Default-Start:
|
||
|
-# Default-Stop:
|
||
|
+# Default-Start: 3 5
|
||
|
# Short-Description: Control drbd resources.
|
||
|
### END INIT INFO
|
||
|
|