a big "thank you" to all the people who worked on the Jessie-release of Raspbian! Great work!
I made a dist-upgrade from Wheezy to Jessie and everything works like a charm. No problem at all.
There is just one question left: With systemd my old rc.local seems not to be executed at startup. In my case, I just added one line to my rc.local a long time before. Its the update deamon for TinyTinyRSS:
Code: Select all
sudo -u www-data screen -d -m /usr/bin/php /var/www/rss/update.php --daemon
Any ideas or hints to
- get the old rc.local working again
- or put the line somewehere else for execution at startup time?
Thank you for your help!