acct-user/tvheadend: Add user for media-tv/tvheadend

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2020-05-10 23:12:19 +01:00
parent a66277e37c
commit af16b671f6
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>chewi@gentoo.org</email>
<name>James Le Cuirot</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,14 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-user
DESCRIPTION="User for tvheadend"
ACCT_USER_ID=462
ACCT_USER_GROUPS=( video )
ACCT_USER_HOME=/var/lib/tvheadend
ACCT_USER_HOME_PERMS=0700
acct-user_add_deps