1234567891011121314151617181920212223 |
- [Unit]
- Description=examcloud-core-questions-branch
- After=local-fs.target network-online.target network.target
- Wants=local-fs.target network-online.target network.target
- [Service]
- User=admin
- Group=admin
- StandardOutput=null
- StandardError=null
- WorkingDirectory=/home/admin/project/examcloud/examcloud-core-questions
- ExecStart=/usr/local/JDK/jdk1.8.0_333/bin/java \
- -server -Xms3g -Xmx6g \
- -XX:-UseGCOverheadLimit -Dlog.commonLevel=WARN \
- -jar lib/examcloud-core-questions-starter.jar \
- --spring.profiles.active=prod \
- --sys.config.center.address=192.168.1.60:8888 \
- --server.port=18008 \
- --api_cqb=/api/branch_ecs_ques \
- --sys.config.center.secretKey=0b0dfea77bd5f606918e84ebdb443c9e
- Restart=always
- LimitNOFILE=20480000
- [Install]
- WantedBy=multi-user.target
|