summaryrefslogtreecommitdiffstats
path: root/system/apache-cassandra
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-11 16:27:24 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-11 16:27:24 +0700
commitebf6ec62ef0fddb4525fb8751d73f587f1177105 (patch)
tree1e353dd33817bc379e860f077842f9ad74dd54e2 /system/apache-cassandra
parent5c06b5294f5db88bbc4a2785e789ca66f88ee526 (diff)
downloadslackbuilds-ebf6ec62ef0fddb4525fb8751d73f587f1177105.tar.gz
slackbuilds-ebf6ec62ef0fddb4525fb8751d73f587f1177105.tar.xz
system/apache-cassandra: Fix start option.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/apache-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 adb69099fd..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 -r -p $PID_FILE > /dev/null 2>&1 &
+ $DIR$PRG -R -p $PID_FILE > /dev/null 2>&1 &
fi
}