Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
systemd/serial-log@: Do not fail, if serial port is not working
Currently, the service shows up as failed on systems where the serial console is not working. As this is expected on several of our systems, do not list the service unit as failed. ``` $ ls -l /dev/ttyS1 crw-rw---- 1 root dialout 4, 65 Feb 21 13:10 /dev/ttyS1 $ sudo /usr/bin/stty -F /dev/ttyS1 115200 -echo /usr/bin/stty: /dev/ttyS1: Input/output error ```
- Loading branch information