diff --git a/etc/init.d/dm-ds-services b/etc/init.d/dm-ds-services index 51d71fee22c0a868263cd0993a359908c2f65f00..e3fe9847ab0c6ecf68b1eb89df32746c9f59294b 100755 --- a/etc/init.d/dm-ds-services +++ b/etc/init.d/dm-ds-services @@ -8,8 +8,8 @@ MY_FILE=`readlink -f $0` && MY_DIR=`dirname $MY_FILE` # The list below defines order of starting/stopping services #startList="postgresql glassfish ds-web-service" #stopList="ds-web-service glassfish postgresql" -startList="glassfish ds-web-service aps-db-web-service" -stopList="aps-db-web-service ds-web-service glassfish" +startList="payara ds-web-service aps-db-web-service" +stopList="aps-db-web-service ds-web-service payara" restartList=$startList statusList=$startList