mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
*/*: add group and user for nginx-unit
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
7
acct-group/nginx-unit/metadata.xml
Normal file
7
acct-group/nginx-unit/metadata.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>mpagano@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
10
acct-group/nginx-unit/nginx-unit-0.ebuild
Normal file
10
acct-group/nginx-unit/nginx-unit-0.ebuild
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-group
|
||||
|
||||
DESCRIPTION="A group for www-servers/nginx-unit"
|
||||
|
||||
ACCT_GROUP_ID="526"
|
||||
7
acct-user/nginx-unit/metadata.xml
Normal file
7
acct-user/nginx-unit/metadata.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>mpagano@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
12
acct-user/nginx-unit/nginx-unit-0.ebuild
Normal file
12
acct-user/nginx-unit/nginx-unit-0.ebuild
Normal file
@@ -0,0 +1,12 @@
|
||||
# Copyright 2019-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-user
|
||||
|
||||
ACCT_USER_ID="526"
|
||||
ACCT_USER_GROUPS=( "nginx-unit" )
|
||||
ACCT_USER_HOME="/var/lib/nginx-unit"
|
||||
|
||||
acct-user_add_deps
|
||||
Reference in New Issue
Block a user