I have made a Pythonscript to control my house heat system
I have made a daemon in /etc/init.d
and run.
sudo chmod 755 /etc/init.d/heatcontroller
sudo update-rc.d heatcontroller defaults
But the script dont start, even when i run:
sudo /etc/init.d/heatcontroller start
Nothing happens, how do I turn on some logging, so I can see whats happening?
Its frustrating not to get any errors.. :/
Google didn't help om turning on logs on a daemon start
Kind regards