[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
This commit is contained in:
parent
2d7046c410
commit
c1057177d9
@ -1,7 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Monitor serial port processes, kill stuck ones
|
Description=Monitor serial port processes, kill stuck ones
|
||||||
Requires=
|
|
||||||
After=rc.local.Service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/serial-port-watchdog.py -t ttyS0
|
ExecStart=/usr/bin/serial-port-watchdog.py -t ttyS0
|
||||||
|
Reference in New Issue
Block a user