start.sh 103 B

123456
  1. #!/bin/bash
  2. source /etc/profile
  3. java -jar eavideo-admin.jar > admin.log 2>&1 &
  4. echo $! > admin.pid