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