diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-01-14 05:35:15 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-14 05:36:44 +0200 |
commit | df43b4ab70f32efe0e65614ba52772e85cf11745 (patch) | |
tree | 86dfbd290fbbed04de0760fc15229c096a73ac84 /acct-user/lxc/lxc-0.ebuild | |
parent | acct-group/lxc: 358 GID, new group (diff) | |
download | gentoo-df43b4ab70f32efe0e65614ba52772e85cf11745.tar.gz gentoo-df43b4ab70f32efe0e65614ba52772e85cf11745.tar.bz2 gentoo-df43b4ab70f32efe0e65614ba52772e85cf11745.zip |
acct-user/lxc: UID 358, new user for lxc
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-user/lxc/lxc-0.ebuild')
-rw-r--r-- | acct-user/lxc/lxc-0.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acct-user/lxc/lxc-0.ebuild b/acct-user/lxc/lxc-0.ebuild new file mode 100644 index 000000000000..c0bf316bb091 --- /dev/null +++ b/acct-user/lxc/lxc-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for app-emulation/lxc" +ACCT_USER_ID=358 +ACCT_USER_GROUPS=( lxc ) + +acct-user_add_deps |