Skip to content

Commit c105717

Browse files
authored
[serial watchdog] remove serial watchdog service dependency to rc.local (sonic-net#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
1 parent 2d7046c commit c105717

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

files/image_config/serial-port-watchdog/serial-port-watchdog.service

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[Unit]
22
Description=Monitor serial port processes, kill stuck ones
3-
Requires=
4-
After=rc.local.Service
53

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

0 commit comments

Comments
 (0)