I have installed fhem on my Raspberry pi. Its OS is RASPBIAN Debian Wheezy.
fhem
starts automatically after Raspberry reboot, I want to disable its auto start at init.
How can I do that?
Have a look at the /etc/rc*.d directories (there may be more than one) and remove entries like fhem.
Or try sudo update-rc.d fhem remove.