diff options
author | Craig Andrews <candrews@gentoo.org> | 2022-10-16 11:38:10 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2022-10-16 11:38:57 -0400 |
commit | 450f57236425adeb595e9a5a2657919ddcd8e461 (patch) | |
tree | b4d5f740739a1c90ac6848f044d34efa67258e88 /acct-user/jellyfin | |
parent | sci-libs/silo: Fix configure w/o Qt binaries in PATH, drop which usage (diff) | |
download | gentoo-450f57236425adeb595e9a5a2657919ddcd8e461.tar.gz gentoo-450f57236425adeb595e9a5a2657919ddcd8e461.tar.bz2 gentoo-450f57236425adeb595e9a5a2657919ddcd8e461.zip |
acct-user/jellyfin: add jellyfin to the video group
Closes: https://bugs.gentoo.org/877185
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'acct-user/jellyfin')
-rw-r--r-- | acct-user/jellyfin/jellyfin-0-r1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acct-user/jellyfin/jellyfin-0-r1.ebuild b/acct-user/jellyfin/jellyfin-0-r1.ebuild new file mode 100644 index 000000000000..80de5e231296 --- /dev/null +++ b/acct-user/jellyfin/jellyfin-0-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +ACCT_USER_HOME=/var/lib/jellyfin +ACCT_USER_ID=518 +ACCT_USER_GROUPS=( jellyfin render video ) + +acct-user_add_deps |