File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ find_pids() {
1313}
1414
1515stop_pid () {
16- pids=$1
16+ pids=$*
1717 for pid in $pids ; do
1818 kill $pid
1919 done
@@ -26,7 +26,7 @@ start_management() {
2626
2727start_usage () {
2828 source /etc/default/cloudstack-usage
29- tini -- /usr/bin/java -Dpid=$$ $JAVA_OPTS $JAVA_DEBUG -cp $CLASSPATH $JAVA_CLASS > /dev/null 2>&1 &
29+ /usr/bin/java -Dpid=$$ $JAVA_OPTS $JAVA_DEBUG -cp $CLASSPATH $JAVA_CLASS > /dev/null 2>&1 &
3030}
3131
3232start_service () {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ find_pids() {
1313}
1414
1515stop_pid () {
16- pids=$1
16+ pids=$*
1717 for pid in $pids ; do
1818 kill $pid
1919 done
@@ -26,7 +26,7 @@ start_management() {
2626
2727start_usage () {
2828 source /etc/default/cloudstack-usage
29- tini -- /usr/bin/java -Dpid=$$ $JAVA_OPTS $JAVA_DEBUG -cp $CLASSPATH $JAVA_CLASS > /dev/null 2>&1 &
29+ /usr/bin/java -Dpid=$$ $JAVA_OPTS $JAVA_DEBUG -cp $CLASSPATH $JAVA_CLASS > /dev/null 2>&1 &
3030}
3131
3232start_service () {
You can’t perform that action at this time.
0 commit comments