This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/files/image_config/serial-port-watchdog/serial-port-watchdog.service
Ying Xie c1057177d9
[serial watchdog] remove serial watchdog service dependency to rc.local (#1752)
* [serial watchdog] remove serial watchdog service dependency to rc.local

When restarting this service in rc.local, the dependency causes an error
in syslog. Removing the dependency to mute the error log entry.

* remove lines with empty inputs
2018-05-30 18:29:43 -07:00

11 lines
195 B
Desktop File

[Unit]
Description=Monitor serial port processes, kill stuck ones
[Service]
ExecStart=/usr/bin/serial-port-watchdog.py -t ttyS0
Restart=always
RestartSec=0
[Install]
WantedBy=multi-user.target