Innovenergy_trunk/csharp/App/SaliMax/resources/Battery.Service

13 lines
252 B
Plaintext
Raw Normal View History

2023-09-04 08:19:08 +00:00
[Unit]
Description=Battery48TL_TCP_Bridge
[Service]
Type=simple
ExecStart=socat -x -d -d TCP-LISTEN:6855 GOPEN:/dev/ttyUSB0,rawer,b115200,cs8,parenb=1,parodd=1
Restart=always
RestartSec=500ms
2023-10-02 12:20:01 +00:00
StartLimitInterval=0
2023-09-04 08:19:08 +00:00
[Install]
WantedBy=multi-user.target