Skip to content

Instantly share code, notes, and snippets.

@LefterisJP
Created January 25, 2016 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LefterisJP/f58943095539630b4ad2 to your computer and use it in GitHub Desktop.
Save LefterisJP/f58943095539630b4ad2 to your computer and use it in GitHub Desktop.
snapcraft.yaml - example snap binaries and services
services:
node-webserver:
description: A test node webserver
start: bin/node_server
caps:
- networking
- ethereum_ipc
binaries:
test-c-app:
exec: bin/test-c-app
caps:
- ethereum_ipc
@freeknortier
Copy link

Hi. When I include "binaries:" I get the following error "Issues while validating snapcraft.yaml: Additional properties are not allowed ('binaries' was unexpected)". Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment