User Tools

Site Tools


run_program_at_boot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
run_program_at_boot [2016/09/07 11:32] walkeradminrun_program_at_boot [2017/01/31 15:52] walkeradmin
Line 18: Line 18:
 <color blue>At the end of the file add a line to run the Python script:</color> <color blue>At the end of the file add a line to run the Python script:</color>
 \\  \\ 
-    sudo /home/pi/Python/UMD004.py &+    sudo python /home/pi/Python/UMD004.py &
 \\  \\ 
 \\  \\ 
-<color Red>Note</color>+<color purple>Note:</color> 
 +\\ 
 \\  \\ 
 The <color Red>&</color> is important if your program does not end (say its a looping program) the <color Red>&</color> tells raspbian not to wait for the program to terminate before continuing. The <color Red>&</color> is important if your program does not end (say its a looping program) the <color Red>&</color> tells raspbian not to wait for the program to terminate before continuing.
 \\  \\ 
 \\  \\ 
run_program_at_boot.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1