You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Raspberry Pi I configured to act as a gateway, the mbusd@ttyUSB0 service ended up starting way too early in the boot process, before the device was available.
I ran systemctl edit mbusd@ttyUSB0 and added this:
On a Raspberry Pi I configured to act as a gateway, the
mbusd@ttyUSB0
service ended up starting way too early in the boot process, before the device was available.I ran
systemctl edit mbusd@ttyUSB0
and added this:Now it correctly waits until the device is available.
I think this would be a good addition to the systemd service, since it's already parametrized.
The text was updated successfully, but these errors were encountered: