initial commit

This commit is contained in:
thomas 2022-04-06 00:49:19 +02:00
commit 9a0eabc249
13 changed files with 217 additions and 0 deletions

9
vnctv-web.service Normal file
View file

@ -0,0 +1,9 @@
[Unit]
Description=vnctv-web
[Service]
user=vnctv
group=vnctv
ExecStart=/usr/share/vnctv/vnctv-web
Restart=always
[Install]
WantedBy=multi-user.target