acct-user/bitcoin: Add 'bitcoin' user (UID 483)

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Luke Dashjr
2019-09-25 16:56:37 +00:00
committed by Matt Turner
parent 12e4c031c4
commit 87268ad0a7
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-user
DESCRIPTION="System-wide Bitcoin services user"
ACCT_USER_ID=483
ACCT_USER_GROUPS=( bitcoin )
acct-user_add_deps

View File

@@ -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>luke-jr+gentoobugs@utopios.org</email>
<name>Luke Dashjr</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>