Added services to the snap package

This commit is contained in:
Tim Edwards 2019-04-24 13:00:38 +02:00
parent 735650e165
commit 0a257575fd
1 changed files with 24 additions and 0 deletions

View File

@ -19,3 +19,27 @@ apps:
novnc:
command: utils/launch.sh
plugs: [network, network-bind]
n5900:
command: utils/launch.sh --vnc localhost:5900 --listen 6080
daemon: simple
plugs: [network, network-bind]
n5901:
command: utils/launch.sh --vnc localhost:5901 --listen 6081
daemon: simple
plugs: [network, network-bind]
n5902:
command: utils/launch.sh --vnc localhost:5902 --listen 6082
daemon: simple
plugs: [network, network-bind]
n5903:
command: utils/launch.sh --vnc localhost:5903 --listen 6083
daemon: simple
plugs: [network, network-bind]
n5904:
command: utils/launch.sh --vnc localhost:5904 --listen 6084
daemon: simple
plugs: [network, network-bind]
n5905:
command: utils/launch.sh --vnc localhost:5905 --listen 6085
daemon: simple
plugs: [network, network-bind]