mirror of
https://gitlab.sectorq.eu/jaydee/auto_import.git
synced 2025-12-14 02:24:53 +01:00
build
This commit is contained in:
@@ -4,7 +4,7 @@ case $1 in
|
|||||||
"start")
|
"start")
|
||||||
echo "`date` : Starting service" >> /tmp/auto_import.log
|
echo "`date` : Starting service" >> /tmp/auto_import.log
|
||||||
echo "$?" >> /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
|
echo "$?" >> /tmp/auto_import.log
|
||||||
;;
|
;;
|
||||||
"stop")
|
"stop")
|
||||||
|
|||||||
Reference in New Issue
Block a user