summaryrefslogtreecommitdiff
blob: e04e0ea8603b2a5a123b80f7f4377cae51010f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="User used to run distcc daemon"
ACCT_USER_ID=240
ACCT_USER_GROUPS=( distcc )

acct-user_add_deps