Piero Longhetto
Piero Longhetto
I will change the title as you suggested
Thank you @guymcswain for your suggestions. The tests i've reported above has been done in that condiftions: - via remote access SSH - HDMI cable unplugged
@guymcswain Thank you for your support. Yes it seems to be the same issue. I've done the same config (RPi OS 11 32 bit Desktop) with a Raspberry Pi 4B...
Sorry @guymcswain I should add this ``` [Install] WantedBy= WantedBy=default.target ``` or this: ``` [Install] WantedBy=default.target ``` In both versions the problem persist, at boot time le relay flashes continuesly
> @pierol , thank you for your patience. > > I don't have my hardware freed up yet to do any testing. However, I recently did a search on the...
> You need both statements. The first overrides the existing setting then the second sets the new setting. I tried with this: ``` [Install] WantedBy= WantedBy=default.target ``` but the problem...
After done the steps you suggested the deamon doesn't start at boot time. Here le output of some commands: 1. `systemctl cat pigpiod`: ``` # /lib/systemd/system/pigpiod.service [Unit] Description=Daemon required to...
I did step 4. and step 5.
It seems that making the override break somthing and the deamon doesn't start anymore. If i make a `sudo systemctl revert pigpiod` and after `sudo systemctl daemon-reload` and `sudo systemctl...
There is something wrong with these two line in the file `pigpiod.service` inside `/etc/systemd/system`: ``` Requires=default.target After=default.target ``` When i remove them the deamon started when i insert them the...