Go to advanced search

by gammaradiation999
Thu Apr 10, 2014 11:02 am
Forum: Troubleshooting
Topic: make a python script run automatically
Replies: 1
Views: 490

Re: make a python script run automatically

Perhaps this works:

This allows you to edit your cron:

Code: Select all

crontab -e 
Then add line like this to it:

Code: Select all

@reboot /path/to/script
That should execute the script always when the raspberry boots
by gammaradiation999
Wed Apr 09, 2014 10:01 pm
Forum: Troubleshooting
Topic: mpack mail and attachment not loaded
Replies: 1
Views: 1027

mpack mail and attachment not loaded

Hi all, I am running raspberry pi and raspbian with a logitech webcamera and the software motion, installed via apt-get install motion.It saves my pictures to a folder on the sd card but in motion.conf I have enabled on_picture_save mpack -s "Alert" /home/pi/pictures/%f recipient@gmail.com However n...

Go to advanced search