-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start at boot? #79
Comments
Which OS do you have? Sadly it slightly matters what version (some use systemd). Even pre-systemd you need links from the rc? folders to your /etc/init.d file. |
I'm using raspbian, 4.4.50-v7+ now. |
OK I think that is based around systemd so I'd suggest going that route. So /etc/init.d is considered old style. Somebody has already created a file 92d1eb7 It is pretty simple. Mine is: [Service] [Install] Lots of instructions on the web about where to put this file and tell systemd to use it. e.g. http://www.raspberrypi-spy.co.uk/2015/10/how-to-autorun-a-python-script-on-boot-using-systemd/ Make any sense? |
Thanks a lot for your quick response, I have reinstalled in the middle and it seems to work, at least from the console, I have to reinstall the rpi web cam module (it's the one I want to make it work) and see, but for now I run out of time. Thanks again. |
Hi!
I installed servoblaster following these commands:
wget https://github.com/richardghirst/PiBits/zipball/master
mv master pibits.zip
unzip pibits.zip
cd richardghirst-PiBits-96014c8/ServoBlaster/user
sudo make install
sudo nano /etc/init.d/servoblaster #to change the timeout from 2000 to 500#
sudo reboot
But I do not get it to work properly until I start it from console after boot.
I've tried adding a bash file to both /etc/init.d and crontab
But I still do not get it to work unless I run the commands manually.
Any help please?
The text was updated successfully, but these errors were encountered: