This commit is contained in:
2025-03-23 20:51:29 +00:00
commit 6ffad7f22a
18 changed files with 258 additions and 0 deletions
+5
View File
@@ -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