mirror of https://github.com/statping/statping
Snap now a service and works correctly
parent
66df2f116a
commit
dedfbaca9d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue