Chia user and group

This commit is contained in:
Jake Hillion 2021-05-05 14:06:15 +01:00
parent bc3a189dc6
commit 2c34279bdc
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-group
ACCT_GROUP_ID=104

View File

@ -0,0 +1,12 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-user
DESCRIPTION="User for chia"
ACCT_USER_ID=104
ACCT_USER_GROUPS=( chia )
acct-user_add_deps