hello,
i would like to disable the serial-getty@ttyS0 service, however a simple
sudo systemctl disable serial-getty@ttys0
doesn’t seem to do it since when i reboot the service is up and running again.
My current solution is simply in the rc.local an explicit stop, this seems to take care of it, however I was wondering why this is such a problem?