Skip to content

Commit

Permalink
acct-user/plex: new user for plex-media-server (UID 103)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Shkardoon <[email protected]>
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
ss23 authored and juippis committed Dec 14, 2019
1 parent 8b08890 commit 6afefe7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions acct-user/plex/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Stephen Shkardoon</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>
13 changes: 13 additions & 0 deletions acct-user/plex/plex-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="Plex Media Server user"
ACCT_USER_ID=103
ACCT_USER_HOME=/var/lib/plexmediaserver
ACCT_USER_GROUPS=( plex video )

acct-user_add_deps

0 comments on commit 6afefe7

Please sign in to comment.