examcloud-core-questions-branch.service 754 B

1234567891011121314151617181920212223
  1. [Unit]
  2. Description=examcloud-core-questions-branch
  3. After=local-fs.target network-online.target network.target
  4. Wants=local-fs.target network-online.target network.target
  5. [Service]
  6. User=admin
  7. Group=admin
  8. StandardOutput=null
  9. StandardError=null
  10. WorkingDirectory=/home/admin/project/examcloud/examcloud-core-questions
  11. ExecStart=/usr/local/JDK/jdk1.8.0_333/bin/java \
  12. -server -Xms3g -Xmx6g \
  13. -XX:-UseGCOverheadLimit -Dlog.commonLevel=WARN \
  14. -jar lib/examcloud-core-questions-starter.jar \
  15. --spring.profiles.active=prod \
  16. --sys.config.center.address=192.168.1.60:8888 \
  17. --server.port=18008 \
  18. --api_cqb=/api/branch_ecs_ques \
  19. --sys.config.center.secretKey=0b0dfea77bd5f606918e84ebdb443c9e
  20. Restart=always
  21. LimitNOFILE=20480000
  22. [Install]
  23. WantedBy=multi-user.target