blob: 695e671785530dd2549f5b881fc8b695711e3e28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Proxy that allows tcp connections to serial ports
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/usr/bin/ser2net -n
[Install]
WantedBy=multi-user.target
|