From e4d55debfb4b6e9d5a310edfebe0524fc32f2c00 Mon Sep 17 00:00:00 2001 From: Mia Altieri <32723809+MiaAltieri@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:04:33 +0200 Subject: [PATCH] enable-startup enable the service to start when the system starts up --- snap/snapcraft.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1c9cb2d..d7b44e5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -64,7 +64,6 @@ apps: mongod: command: start-mongod.sh daemon: simple - install-mode: disable restart-condition: always restart-delay: 20s plugs: @@ -90,7 +89,6 @@ apps: - network-bind mongos: daemon: simple - install-mode: disable command: start-mongos.sh restart-condition: always restart-delay: 20s