author | Da Risk <da_risk@geekorum.com> |
Sun, 11 Dec 2022 18:23:57 -0400 | |
changeset 251 | e7f7160897cf |
parent 236 | dd1dccdd8a6c |
permissions | -rw-r--r-- |
229 | 1 |
# Copyright 2020 Gentoo Authors |
2 |
# Distributed under the terms of the GNU General Public License v2 |
|
3 |
||
4 |
EAPI=7 |
|
5 |
||
6 |
inherit acct-user |
|
7 |
||
8 |
DESCRIPTION="Nomad agent user" |
|
9 |
ACCT_USER_ID=646 |
|
236 | 10 |
ACCT_USER_HOME=/var/empty |
11 |
ACCT_USER_HOME_OWNER=root:root |
|
229 | 12 |
ACCT_USER_GROUPS=( nomad ) |
13 |
acct-user_add_deps |