This commit is contained in:
2025-08-03 03:07:54 +02:00
parent 6c506a6b5e
commit 43d5c49782

View File

@@ -4,7 +4,7 @@ case $1 in
"start")
echo "`date` : Starting service" >> /tmp/auto_import.log
echo "$?" >> /tmp/auto_import.log
/usr/bin/auto_import.py > /dev/null 2>&1 &
/share/Data/python/bin/python3 /usr/bin/auto_import.py > /dev/null 2>&1 &
echo "$?" >> /tmp/auto_import.log
;;
"stop")