commit: a223fd3523255c768dee81d8c6545ef21304f680 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 28 05:22:33 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 28 05:57:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a223fd35
acct-user/pipewire: add 1 Bug: https://bugs.gentoo.org/832785 Signed-off-by: Sam James <sam <AT> gentoo.org> acct-user/pipewire/pipewire-1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/acct-user/pipewire/pipewire-1.ebuild b/acct-user/pipewire/pipewire-1.ebuild new file mode 100644 index 000000000000..0492f9ffcc2e --- /dev/null +++ b/acct-user/pipewire/pipewire-1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for running PipeWire as a system-wide instance" +ACCT_USER_ID=509 +ACCT_USER_GROUPS=( pipewire audio ) +ACCT_USER_HOME=/dev/null + +acct-user_add_deps
