Search code examples
debianbootraspbian

how to disable fhem at Raspberry Pi boot


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?


Solution

  • 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.