16 lines
294 B
Bash
16 lines
294 B
Bash
|
# Copyright 1999-2021 Gentoo Authors
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
EAPI=8
|
||
|
|
||
|
inherit acct-user
|
||
|
|
||
|
DESCRIPTION="User for www-apps/ktra"
|
||
|
|
||
|
ACCT_USER_GROUPS=( "ktra" )
|
||
|
ACCT_USER_ID="233"
|
||
|
ACCT_USER_SHELL="/bin/sh"
|
||
|
ACCT_USER_HOME="/var/lib/ktra"
|
||
|
|
||
|
acct-user_add_deps
|