Add butterfly web terminal

This commit is contained in:
Oleg Kalachev
2018-09-08 01:32:05 +03:00
parent d70c3f92ad
commit 88ef7d7eca
4 changed files with 21 additions and 1 deletions

6
deploy/butterfly.service Normal file
View File

@@ -0,0 +1,6 @@
[Unit]
Description=Butterfly Terminal Server
[Service]
ExecStart=/usr/local/bin/butterfly.server.py --host="0.0.0.0" --unsecure
User=pi

5
deploy/butterfly.socket Normal file
View File

@@ -0,0 +1,5 @@
[Socket]
ListenStream=57575
[Install]
WantedBy=sockets.target