added jellyfin user
This commit is contained in:
1
acct-user/jellyfin/Manifest
Normal file
1
acct-user/jellyfin/Manifest
Normal file
@ -0,0 +1 @@
|
||||
EBUILD jellyfin-0.ebuild 267 BLAKE2B c24b0263b7ae6c64ae4faa79180b2bdc1a4dbef7fcca29155b737038901cd9c002b718508cc24e166f70334c4a4c90d2cd2485cb7aafcc270c928ac538c88bb1 SHA512 bfa55f0211aac129489d8d55d3dd4b7e403f2342db7ade4a7e3d95959d7836359d8b56c4d60788597d631da1d91ae0a28144180bf4ae46f36131d163de4617f4
|
13
acct-user/jellyfin/jellyfin-0.ebuild
Normal file
13
acct-user/jellyfin/jellyfin-0.ebuild
Normal file
@ -0,0 +1,13 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="user for jellyfin server"
|
||||
ACCT_USER_ID=-1
|
||||
ACCT_USER_HOME="/var/lib/jellyfin"
|
||||
ACCT_USER_GROUPS=( jellyfin )
|
||||
|
||||
acct-user_add_deps
|
Reference in New Issue
Block a user