Merge pull request #33 from adamboutcher/snapcraft_fix

Snap now a service and works correctly
pull/1045/head
Adam 2021-09-03 20:16:15 +01:00 committed by GitHub
commit b940e9c8be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ description: |
This Status Page generator allows you to use MySQL, Postgres, or SQLite This Status Page generator allows you to use MySQL, Postgres, or SQLite
on multiple operating systems. on multiple operating systems.
base: bare base: core18
build-base: core18 build-base: core18
type: app type: app
confinement: strict confinement: strict
@ -25,6 +25,7 @@ architectures:
apps: apps:
statping: statping:
command: bin/statping command: bin/statping
daemon: simple
plugs: plugs:
- home - home
- network - network