Files
quectel-rgmii-toolkit/Belowx65Toolkit/socat-at-bridge/systemd_units/socat-smd7-to-ttyIN2.service
Cameron Thompson bfd4b31fea Initial Commit
Start new branch for development on new 64bit x75 platfom.
2024-07-07 20:15:59 -04:00

15 lines
299 B
Desktop File

[Unit]
Description=Read from /dev/smd7 and write to ttyIN2
BindsTo=socat-smd7.service
After=socat-smd7.service
[Service]
ExecStart=/bin/bash -c "/bin/cat /dev/smd7 > /dev/ttyIN2"
ExecStartPost=/bin/sleep 2s
StandardInput=tty-force
Restart=always
RestartSec=1s
[Install]
WantedBy=multi-user.target