mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 08:28:12 +02:00
Signed-off-by: PF4Public <PF4Public@users.noreply.github.com> Signed-off-by: Craig Andrews <candrews@gentoo.org>
13 lines
261 B
Bash
13 lines
261 B
Bash
# Copyright 2020-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit acct-user
|
|
|
|
DESCRIPTION="User for jackett"
|
|
ACCT_USER_HOME=/var/lib/jackett
|
|
ACCT_USER_ID=531
|
|
ACCT_USER_GROUPS=( jackett )
|
|
|
|
acct-user_add_deps
|