webui-new/development/socat-at-bridge/systemd_units/socat-smd11-from-ttyIN.service
2025-03-24 22:39:52 +08:00

15 lines
301 B
Desktop File

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