cdq.service 266 B

12345678910111213
  1. [Unit]
  2. Description=ipfcst-cdq
  3. After=network.target
  4. [Service]
  5. Type=forking
  6. User=root
  7. ExecStart=/home/syjy/ipfcstV3/bin/start-cdq.sh
  8. ExecStop=/home/syjy/ipfcstV3/bin/stop-cdq.sh
  9. ExecRestart=/home/syjy/ipfcstV3/bin/restart-cdq.sh
  10. [Install]
  11. WantedBy=multi-user.target