From 428f2f42f3bd21acf34af92e5b5f61fc739de0d4 Mon Sep 17 00:00:00 2001 From: iamromulan <50184035+iamromulan@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:21:57 -0500 Subject: [PATCH] Update socat-smd7-from-ttyIN.service update for smd7 --- .../smd7_systemd_units/socat-smd7-from-ttyIN.service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/attelnetdaemon/at-telnet/smd7_systemd_units/socat-smd7-from-ttyIN.service b/attelnetdaemon/at-telnet/smd7_systemd_units/socat-smd7-from-ttyIN.service index 6ba283e..302f225 100644 --- a/attelnetdaemon/at-telnet/smd7_systemd_units/socat-smd7-from-ttyIN.service +++ b/attelnetdaemon/at-telnet/smd7_systemd_units/socat-smd7-from-ttyIN.service @@ -1,10 +1,10 @@ [Unit] -Description=Read from /dev/ttyIN and write to smd11 -BindsTo=socat-smd11.service -After=socat-smd11.service +Description=Read from /dev/ttyIN and write to smd7 +BindsTo=socat-smd7.service +After=socat-smd7.service [Service] -ExecStart=/bin/bash -c "/bin/cat /dev/ttyIN > /dev/smd11" +ExecStart=/bin/bash -c "/bin/cat /dev/ttyIN > /dev/smd7" ExecStartPost=/bin/sleep 2s StandardInput=tty-force Restart=always