start.sh 108 B

1234
  1. #!/bin/bash
  2. app_path='/opt/apps/dagent/autodop-dagent.jar'
  3. nohup java -jar ${app_path} > console.log 2>&1 &