mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
cockpit: Depend on apache and setup after it
Closes: #2089. Tests: - Regular startup works without errors. Cockpit is ordered after Apache. - After creating a fresh container, Cockpit works as expected. Cockpit setup runs after Apache setup. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
d5c0a221c9
commit
08821787bf
@ -59,8 +59,9 @@ class CockpitApp(app_module.App):
|
|||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
info = app_module.Info(app_id=self.app_id, version=self._version,
|
info = app_module.Info(app_id=self.app_id, version=self._version,
|
||||||
is_essential=True, name=_('Cockpit'),
|
depends=['apache'], is_essential=True,
|
||||||
icon='fa-wrench', icon_filename='cockpit',
|
name=_('Cockpit'), icon='fa-wrench',
|
||||||
|
icon_filename='cockpit',
|
||||||
short_description=_('Server Administration'),
|
short_description=_('Server Administration'),
|
||||||
description=_description, manual_page='Cockpit',
|
description=_description, manual_page='Cockpit',
|
||||||
clients=manifest.clients)
|
clients=manifest.clients)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user