diff options
| -rwxr-xr-x | extras/init.d/glusterd-Redhat.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/init.d/glusterd-Redhat.in b/extras/init.d/glusterd-Redhat.in index 5c92a4474a8..8b17eb18b8e 100755 --- a/extras/init.d/glusterd-Redhat.in +++ b/extras/init.d/glusterd-Redhat.in @@ -35,7 +35,7 @@ start()         status=$?         if [ $status -eq 0 ]; then             echo "glusterd service is already running with pid $PID" -           exit 1 +           exit 0         else             echo -n $"Starting $BASE:"             daemon $GLUSTERD  | 
