I wish to use the pigpio C library which requires that the daemon is not running. My application will be in an embedded standalone system and I cannot therefore kill the daemon.
Asked
Active
Viewed 5,251 times
1 Answers
3
It depends on how it was started in the first place:
If it was started as a service on Raspbian use the following command:
sudo systemctl disable pigpiodAssuming you followed this description to add pigpiod to the crontab:
@reboot /usr/local/bin/pigpiodsimply use
sudo crontab -eagain to remove this line and have it not started on reboot.
Ghanima
- 15,855
- 15
- 61
- 119