Skip to content

Commit

Permalink
[serial watchdog] remove serial watchdog service dependency to rc.loc…
Browse files Browse the repository at this point in the history
…al (#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
  • Loading branch information
yxieca authored and lguohan committed May 31, 2018
1 parent 6d09e0e commit 85c4581
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[Unit]
Description=Monitor serial port processes, kill stuck ones
Requires=
After=rc.local.Service

[Service]
ExecStart=/usr/bin/serial-port-watchdog.py -t ttyS0
Expand Down

0 comments on commit 85c4581

Please sign in to comment.