diff options
author | Sam James <sam@gentoo.org> | 2023-01-28 05:22:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-28 05:57:08 +0000 |
commit | a223fd3523255c768dee81d8c6545ef21304f680 (patch) | |
tree | 448029fe1dbf53d9df5c507097266a3952d5da78 /acct-user | |
parent | www-apps/gitea: drop 1.17.4, 1.18.0 (diff) | |
download | gentoo-a223fd3523255c768dee81d8c6545ef21304f680.tar.gz gentoo-a223fd3523255c768dee81d8c6545ef21304f680.tar.bz2 gentoo-a223fd3523255c768dee81d8c6545ef21304f680.zip |
acct-user/pipewire: add 1
Bug: https://bugs.gentoo.org/832785
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/pipewire/pipewire-1.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
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 |