File tree 2 files changed +10
-4
lines changed
application/device/smartindustry
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ @reboot sleep 60 && /home/pi/go/src/github.com/smartfog/fogflow/application/device/smartindustry/start.sh &
2
+
Original file line number Diff line number Diff line change
1
+ cd /home/pi/go/src/github.com/smartfog/fogflow/application/device/smartindustry
2
+
1
3
echo " start pushbutton"
2
- sudo python /home/pi/go/src/github.com/smartfog/fogflow/application/device/smartindustry/button.py & > /home/pi/button.log 2>&1
4
+ # sudo python /home/pi/go/src/github.com/smartfog/fogflow/application/device/smartindustry/button.py & > /home/pi/button.log 2>&1
5
+ sudo python button.py > /tmp/button.log &
3
6
4
7
echo " start camera"
5
- sudo python /home/pi/go/src/github.com/smartfog/fogflow/application/device/smartindustry/camera.py & > /home/pi/camera.log 2>&1
8
+ # sudo python /home/pi/go/src/github.com/smartfog/fogflow/application/device/smartindustry/camera.py &
9
+ sudo python camera.py > /tmp/camera.log &
6
10
7
11
echo " start motor"
8
- sudo python /home/pi/go/src/github.com/smartfog/fogflow/application/device/smartindustry/motor.py & > /home/pi/motor.log 2>&1
12
+ # sudo python /home/pi/go/src/github.com/smartfog/fogflow/application/device/smartindustry/motor.py & > /home/pi/motor.log 2>&1
13
+ sudo python motor.py > /tmp/motor.log &
9
14
10
15
echo " already set up everything"
11
-
You can’t perform that action at this time.
0 commit comments