on the latest raspbian (version 8) the given sample does not work
> The problem : you can't run the sample
sudo service pifacecadsysinfo start
The solution :
> edit the file pifacecadsysinfo
sudo nano /etc/init.d/pifacecadsysinfo
> add the code at the beginning of the code :
#!/bin/sh
> save the file
> reload the deamon
sudo systemctl daemon-reload
And it will work now
sudo service pifacecadsysinfo start
Hope this helps
Philippe
adsysinfo






