mirror of
https://gitlab.sectorq.eu/jaydee/auto_import.git
synced 2025-12-13 18:14:53 +01:00
build
This commit is contained in:
@@ -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