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 May 31, 2018
1 parent 2d7046c commit c105717
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

This comment has been minimized.

Copy link
@Staphylo

Staphylo Jun 4, 2018

Collaborator

Not a big deal as I don't think it can happen but it could use After=local-fs.target to make sure the procfs is loaded


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

0 comments on commit c105717

Please sign in to comment.