one
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $( ps -e | grep -c eventService ) -lt 1 ]; then
|
||||
start-stop-daemon -SbCv -x /opt/Monitor/monitor/eventService.py
|
||||
fi
|
||||
Reference in New Issue
Block a user