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
242 B

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