Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[serial watchdog] remove serial watchdog service dependency to rc.local #1752

Merged
merged 2 commits into from
May 31, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Monitor serial port processes, kill stuck ones
Requires=
Copy link
Collaborator

@qiluo-msft qiluo-msft May 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove all empty config lines? #Closed

Copy link
Contributor Author

@yxieca yxieca May 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aye aye sir! #Closed

After=rc.local.Service
After=

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