* [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
11 lines
195 B
Desktop File
11 lines
195 B
Desktop File
[Unit]
|
|
Description=Monitor serial port processes, kill stuck ones
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/serial-port-watchdog.py -t ttyS0
|
|
Restart=always
|
|
RestartSec=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|