From b6b6ffc981f0c84da6a71042472dc0ab3bca52ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Fri, 24 Nov 2023 12:39:40 -0500 Subject: [PATCH] [ansible/venv] Remove ovos-messagebus dependency as its running as user --- .../templates/virtualenv/ovos-phal-admin.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/ovos_installer/templates/virtualenv/ovos-phal-admin.service.j2 b/ansible/roles/ovos_installer/templates/virtualenv/ovos-phal-admin.service.j2 index c9484030..0b459951 100644 --- a/ansible/roles/ovos_installer/templates/virtualenv/ovos-phal-admin.service.j2 +++ b/ansible/roles/ovos_installer/templates/virtualenv/ovos-phal-admin.service.j2 @@ -1,7 +1,7 @@ [Unit] Documentation=https://openvoiceos.github.io/ovos-docker/about/glossary/components/#ovos-phal Description=Open Voice OS - PHAL Admin -After=network.target ovos-messagebus.service +After=network.target [Service] Environment=XDG_CONFIG_HOME={{ ovos_installer_user_home }}/.config