2020-02-19 12:53:34 +01:00
|
|
|
# Copyright 2020 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=7
|
|
|
|
|
|
|
|
inherit acct-user
|
|
|
|
|
2020-02-24 20:33:42 +01:00
|
|
|
DESCRIPTION="User for FORT RPKI validator"
|
2020-02-19 12:53:34 +01:00
|
|
|
ACCT_USER_ID=323
|
|
|
|
ACCT_USER_GROUPS=( fort )
|
2020-03-09 23:06:42 +01:00
|
|
|
ACCT_USER_HOME="/usr/share/${PN}/"
|
2020-02-19 12:53:34 +01:00
|
|
|
|
|
|
|
acct-user_add_deps
|