From dbb9d0947606943d4d8fbfe8ba03a8da3f477f10 Mon Sep 17 00:00:00 2001 From: Fernando Ayats Date: Mon, 22 Nov 2021 16:18:55 +0100 Subject: [PATCH] app-emulation/anbox: anbox-session-manager as user service instead of system --- app-emulation/anbox/anbox-0_pre20201129.ebuild | 3 ++- app-emulation/anbox/anbox-0_pre20210320.ebuild | 3 ++- app-emulation/anbox/anbox-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-emulation/anbox/anbox-0_pre20201129.ebuild b/app-emulation/anbox/anbox-0_pre20201129.ebuild index fe81677..d742b59 100644 --- a/app-emulation/anbox/anbox-0_pre20201129.ebuild +++ b/app-emulation/anbox/anbox-0_pre20201129.ebuild @@ -95,7 +95,8 @@ src_install() { cmake_src_install newbin "${FILESDIR}"/anbox-launch.sh anbox-launch if use systemd; then - systemd_dounit "${FILESDIR}"/anbox-{{container,session}-manager.service,bridge.net{dev,work}} + systemd_dounit "${FILESDIR}"/anbox-{container-manager.service,bridge.net{dev,work}} + systemd_douserunit "${FILESDIR}"/anbox-session-manager.service else exeinto /usr/share/anbox doexe "scripts/anbox-bridge.sh" diff --git a/app-emulation/anbox/anbox-0_pre20210320.ebuild b/app-emulation/anbox/anbox-0_pre20210320.ebuild index 99b81cb..d5ac360 100644 --- a/app-emulation/anbox/anbox-0_pre20210320.ebuild +++ b/app-emulation/anbox/anbox-0_pre20210320.ebuild @@ -97,7 +97,8 @@ src_install() { cmake_src_install newbin "${FILESDIR}"/anbox-launch.sh anbox-launch if use systemd; then - systemd_dounit "${FILESDIR}"/anbox-{{container,session}-manager.service,bridge.net{dev,work}} + systemd_dounit "${FILESDIR}"/anbox-{container-manager.service,bridge.net{dev,work}} + systemd_douserunit "${FILESDIR}"/anbox-session-manager.service else exeinto /usr/share/anbox doexe "scripts/anbox-bridge.sh" diff --git a/app-emulation/anbox/anbox-9999.ebuild b/app-emulation/anbox/anbox-9999.ebuild index 99b81cb..d5ac360 100644 --- a/app-emulation/anbox/anbox-9999.ebuild +++ b/app-emulation/anbox/anbox-9999.ebuild @@ -97,7 +97,8 @@ src_install() { cmake_src_install newbin "${FILESDIR}"/anbox-launch.sh anbox-launch if use systemd; then - systemd_dounit "${FILESDIR}"/anbox-{{container,session}-manager.service,bridge.net{dev,work}} + systemd_dounit "${FILESDIR}"/anbox-{container-manager.service,bridge.net{dev,work}} + systemd_douserunit "${FILESDIR}"/anbox-session-manager.service else exeinto /usr/share/anbox doexe "scripts/anbox-bridge.sh"