mirror of
https://gitlab.sectorq.eu/jaydee/auto_import.git
synced 2026-05-04 13:59:50 +02:00
build
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user