mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-13 02:38:50 +01:00
14 lines
300 B
Desktop File
14 lines
300 B
Desktop File
[Unit]
|
|
Description=socat as virtual serial port
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=socat -d -d pty,link=/tmp/DEVTERM_PRINTER_OUT,raw,echo=0 pty,link=/tmp/DEVTERM_PRINTER_IN,raw,echo=0
|
|
ExecStartPost=/usr/local/bin/devterm_socat.sh
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|