system/apache-cassandra: Fix start option.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5c06b5294f
commit
ebf6ec62ef
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue