- [Unit]
- Description=ipfcst-console
- After=network.target
- [Service]
- Type=forking
- ExecStart=/home/syjy/ipfcstV3/bin/start-console.sh
- ExecStop=/home/syjy/ipfcstV3/bin/stop-console.sh
- ExecRestart=/home/syjy/ipfcstV3/bin/restart-console.sh
- [Install]
- WantedBy=multi-user.target
|