Move snap specific script to snap directory

This commit is contained in:
Pierre Ossman 2020-06-26 14:11:55 +02:00
parent 9b3cea950a
commit fe2ad57077
2 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ apps:
command: utils/launch.sh
plugs: [network, network-bind]
novncsvc:
command: utils/svc_wrapper.sh
command: snap/local/svc_wrapper.sh
daemon: forking
plugs: [network, network-bind]