Go框架demo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
369 B

3 years ago
  1. [Unit]
  2. Description = Micro Service API
  3. After = syslog.target network.target
  4. [Service]
  5. PIDFile = /data/repo/REPO_NAME/lock/BUILD_TARGET.pid
  6. ExecStart = /data/repo/REPO_NAME/bin/BUILD_TARGET beta
  7. ExecReload = /data/repo/REPO_NAME/bin/BUILD_TARGET beta reload
  8. ExecStop = /data/repo/REPO_NAME/bin/BUILD_TARGET beta stop
  9. [Install]
  10. WantedBy=multi-user.target