From bfba691a376c2013fe9fb7c77e518d8b86b07586 Mon Sep 17 00:00:00 2001 From: iamromulan <50184035+iamromulan@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:14:03 -0500 Subject: [PATCH] Fix Path issue --- socat-at-bridge/smd7_systemd_units/socat-smd7.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socat-at-bridge/smd7_systemd_units/socat-smd7.service b/socat-at-bridge/smd7_systemd_units/socat-smd7.service index 5cd8326..c332792 100644 --- a/socat-at-bridge/smd7_systemd_units/socat-smd7.service +++ b/socat-at-bridge/smd7_systemd_units/socat-smd7.service @@ -3,7 +3,7 @@ Description=Socat Serial Emulation for smd7 After=ql-netd.service [Service] -ExecStart=/usrdata/at-telnet/socat-armel-static -d -d pty,link=/dev/ttyIN,raw,echo=0 pty,link=/dev/ttyOUT,raw,echo=1 +ExecStart=/usrdata/socat-at-bridge/socat-armel-static -d -d pty,link=/dev/ttyIN,raw,echo=0 pty,link=/dev/ttyOUT,raw,echo=1 # Add a delay to prevent the clients from starting too early ExecStartPost=/bin/sleep 2s Restart=always