cockpit: Make essential and install by default

See reasoning in https://salsa.debian.org/freedombox-team/plinth/issues/1629

Closes: #1629

Closes: #1452 (obsolete)

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-08-20 09:29:22 -07:00 committed by James Valleroy
parent 0c08248c12
commit 49088ef578
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -35,6 +35,8 @@ from .manifest import backup, clients # noqa, pylint: disable=unused-import
version = 1
is_essential = True
managed_services = ['cockpit.socket']
managed_packages = ['cockpit']