diff options
Diffstat (limited to 'community/ser2net/ser2net.service')
-rw-r--r-- | community/ser2net/ser2net.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ser2net/ser2net.service b/community/ser2net/ser2net.service new file mode 100644 index 000000000..7bb3137d4 --- /dev/null +++ b/community/ser2net/ser2net.service @@ -0,0 +1,11 @@ +[Unit] +Description=Proxy that allows tcp connections to serial ports +After=syslog.target network.target + +[Service] +Type=forking +ExecStart=/usr/bin/ser2net + +[Install] +WantedBy=multi-user.target + |