zstar.service 320 B

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