From dedfbaca9d2ccfdfc07fc38ddde79d97204267ad Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Fri, 3 Sep 2021 20:15:15 +0100 Subject: [PATCH] Snap now a service and works correctly --- snapcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 4afea18f..96ae07fc 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -9,7 +9,7 @@ description: | This Status Page generator allows you to use MySQL, Postgres, or SQLite on multiple operating systems. -base: bare +base: core18 build-base: core18 type: app confinement: strict @@ -25,6 +25,7 @@ architectures: apps: statping: command: bin/statping + daemon: simple plugs: - home - network