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
run_program_at_boot [2016/09/07 11:30] walkeradminrun_program_at_boot [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 16: Line 16:
 \\  \\ 
 \\  \\ 
-At the end of the file add a line to run the Python script:+<color blue>At the end of the file add a line to run the Python script:</color> 
 +\\  
 +    sudo python /home/pi/Python/UMD004.py & 
 +\\  
 +\\  
 +<color purple>Note:</color>
 \\  \\ 
-    sudo /home/pi/Python/UMD004.py & 
 \\  \\ 
 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.
 \\  \\ 
 \\  \\ 
 +\\ 
 +<color red>Warning!!!</color>
 +\\ 
 +This method means that the script will run on each login. So if after boot, a user logs in via an SSH session, the script will run again. This will cause issues, if this is a problem, try the Cron method [[run_program_at_boot_using_cron|here]].
 +\\ 
 +\\ 
 +
 +
run_program_at_boot.1473244211.txt.gz · Last modified: 2023/03/09 22:35 (external edit)