mirror of https://github.com/Lapikud/Viido.git
parent
c47c525c73
commit
67585dd2b2
3 changed files with 19 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||||
|
[Unit] |
||||||
|
Description=Projektori server |
||||||
|
|
||||||
|
[Service] |
||||||
|
ExecStart=/opt/projektor/server.py |
||||||
|
|
||||||
|
[Install] |
||||||
|
WantedBy=multi-user.target |
||||||
|
|
@ -0,0 +1,9 @@ |
|||||||
|
[Unit] |
||||||
|
Description=websockify vnc proxy |
||||||
|
|
||||||
|
[Service] |
||||||
|
ExecStart=/usr/bin/websockify localhost:6080 localhost:5900 |
||||||
|
|
||||||
|
[Install] |
||||||
|
WantedBy=multi-user.target |
||||||
|
|
Loading…
Reference in new issue