- [Unit]
- Description=luohe2ee API Service
- After=rc-local.service network.target remote-fs.target nss-lookup.target
- [Service]
- ExecStart=java -server -jar /usr/local/zstar/api.jar --spring.profiles.active=prod
- ExecReload=/bin/kill -s HUP $MAINPID
- ExecStop=/bin/kill -s QUIT $MAINPID
- [Install]
- WantedBy=multi-user.target
|