summarylogtreecommitdiffstats
path: root/ser2net.service
diff options
context:
space:
mode:
Diffstat (limited to 'ser2net.service')
-rw-r--r--ser2net.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/ser2net.service b/ser2net.service
new file mode 100644
index 000000000000..695e67178553
--- /dev/null
+++ b/ser2net.service
@@ -0,0 +1,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
+