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.

15 lines
292 B

2 months ago
  1. [Unit]
  2. # 服务名称,可自定义
  3. Description = iflytoptdcan
  4. After = network.target
  5. Wants = network.target
  6. [Service]
  7. Type = simple
  8. ExecStart = /iflytopd/iflytoptdcan/iflytoptdcan
  9. Restart=always
  10. RestartSec=0
  11. WorkingDirectory=/iflytopd/iflytoptdcan/
  12. [Install]
  13. WantedBy = multi-user.target