diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-18 13:40:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-18 13:40:35 +0700 |
commit | 26783c6fac41acac873be07fe3cb06b4ee7c1f15 (patch) | |
tree | 11cef69c67ba1d28728bce5935d3f31a3cf8f8be /system/apache-cassandra/rc.cassandra | |
parent | bd2ae1e413e523a6823575a2362b0e20d36e0d6c (diff) |
system/apache-cassandra: Updated for version 4.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/apache-cassandra/rc.cassandra')
-rw-r--r-- | system/apache-cassandra/rc.cassandra | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/apache-cassandra/rc.cassandra b/system/apache-cassandra/rc.cassandra index 8fa5d9a7ce..adb69099fd 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 } |