Files

6 lines
134 B
Bash
Raw Permalink Normal View History

2025-03-23 20:51:29 +00:00
#!/bin/bash
if [ $( ps -e | grep -c eventService ) -lt 1 ]; then
start-stop-daemon -SbCv -x /opt/Monitor/monitor/eventService.py
fi