summaryrefslogtreecommitdiffstats
path: root/system/apache-cassandra/rc.cassandra
diff options
context:
space:
mode:
Diffstat (limited to 'system/apache-cassandra/rc.cassandra')
-rw-r--r--system/apache-cassandra/rc.cassandra2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/apache-cassandra/rc.cassandra b/system/apache-cassandra/rc.cassandra
index 8fa5d9a7ce..6cfea9d080 100644
--- a/system/apache-cassandra/rc.cassandra
+++ b/system/apache-cassandra/rc.cassandra
@@ -35,7 +35,7 @@ if [[ $STATUS -eq 0 ]]; then
echo -e "Service $PRG is already running."
else
echo -e "Start service $PRG"
- $DIR$PRG -p $PID_FILE > /dev/null 2>&1 &
+ $DIR$PRG -R -p $PID_FILE > /dev/null 2>&1 &
fi
}