267ac243e6
Copy from Base:System/drbd based on submit request 37680 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/37680 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drbd?expand=0&rev=25
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
|
|
|