Files
quectel-rgmii-toolkit/attelnetdaemon/at-telnet/smd7_systemd_units/socat-smd7-to-ttyIN.service
2023-12-01 22:22:46 -05:00

15 lines
297 B
Desktop File

[Unit]
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/smd7 > /dev/ttyIN"
ExecStartPost=/bin/sleep 2s
StandardInput=tty-force
Restart=always
RestartSec=1s
[Install]
WantedBy=multi-user.target