diff --git a/attelnetdaemon/at-telnet/smd7_systemd_units/at-telnet-daemon.service b/attelnetdaemon/at-telnet/smd7_systemd_units/at-telnet-daemon.service index 5765326..23f5c3e 100644 --- a/attelnetdaemon/at-telnet/smd7_systemd_units/at-telnet-daemon.service +++ b/attelnetdaemon/at-telnet/smd7_systemd_units/at-telnet-daemon.service @@ -1,13 +1,9 @@ [Unit] -Description=Telnet daemon for AT command +Description=Telnet daemon for AT command smd7 -# Being extra silly with the dependencies for this. -# TODO: Update the python code to validate that the serial port -# is working on a regular basis, and keep attempting to retry -# if not. Then these dependencies won't need to be so strict. -After=socat-smd11.service -Requires=socat-smd11.service socat-smd11-from-ttyIN.service socat-smd11-to-ttyIN.service -ReloadPropagatedFrom=socat-smd11.service socat-smd11-from-ttyIN.service socat-smd11-to-ttyIN.service +After=socat-smd7.service +Requires=socat-smd7.service socat-smd7-from-ttyIN.service socat-smd7-to-ttyIN.service +ReloadPropagatedFrom=socat-smd7.service socat-smd7-from-ttyIN.service socat-smd7-to-ttyIN.service StartLimitIntervalSec=2m StartLimitBurst=100