SHA256
1
0
forked from pool/drbd
drbd/init-script-fixes.diff

19 lines
478 B
Diff
Raw Normal View History

--- 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