mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
acct-user/nginx: new package, add 0
Bug: https://bugs.gentoo.org/701254 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
8
acct-user/nginx/metadata.xml
Normal file
8
acct-user/nginx/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>whissi@gentoo.org</email>
|
||||
<name>Thomas Deutschmann</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
12
acct-user/nginx/nginx-0.ebuild
Normal file
12
acct-user/nginx/nginx-0.ebuild
Normal file
@@ -0,0 +1,12 @@
|
||||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-user
|
||||
|
||||
ACCT_USER_ID="82"
|
||||
ACCT_USER_GROUPS=( "nginx" )
|
||||
ACCT_USER_HOME="/var/lib/nginx"
|
||||
|
||||
acct-user_add_deps
|
||||
Reference in New Issue
Block a user