diff options
author | Jeff Darcy <jdarcy@redhat.com> | 2012-10-01 16:07:09 -0400 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-10-01 16:45:55 -0700 |
commit | 76e4895a87395d651d8a1d520548b6c82ad6a5b4 (patch) | |
tree | cba8488fb4c7654ecd9aac2ac8392d8f83338af5 | |
parent | 9059a76c67f0e3157c02b3de4b8f9339981e7c23 (diff) |
init.d: use proper dependencies in SUSE init script
"/usr", the place where the binaries usually reside, requires
$remote_fs.
Change-Id: I830c45b09b78b6c3b36c1475ac3f13cf6c2df588
BUG: 862082
Original-author: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-on: http://review.gluster.org/4011
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
-rwxr-xr-x | extras/init.d/glusterd-SuSE.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/init.d/glusterd-SuSE.in b/extras/init.d/glusterd-SuSE.in index 16cf8de6a13..2c3fc02438b 100755 --- a/extras/init.d/glusterd-SuSE.in +++ b/extras/init.d/glusterd-SuSE.in @@ -2,8 +2,8 @@ # ### BEGIN INIT INFO # Provides: glusterd -# Required-Start: $local_fs $network -# Required-Stop: +# Required-Start: $remote_fs $network +# Required-Stop: $remote_fs $network # Default-Start: 3 5 # Default-Stop: # Short-Description: Gluster File System service for volume management |