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