ctnd.service 271 B

123456789101112131415
  1. [Unit]
  2. Description=CTN Service
  3. [Service]
  4. User=root
  5. WorkingDirectory=/program/ctnd/shell/
  6. ExecStart=/bin/bash /program/ctnd/shell/run.sh
  7. Restart=always
  8. RestartSec=3
  9. StartLimitInterval=200
  10. StartLimitBurst=3
  11. Type=forking
  12. [Install]
  13. WantedBy=default.target
  14. Alias=ctnd.service