diff options
author | 2024-01-14 23:05:10 +0100 | |
---|---|---|
committer | 2024-03-18 20:47:55 +0100 | |
commit | 656d5d0a5baea4c7f3c4a7663612edfd4a202505 (patch) | |
tree | 3e7516d9f3cf834cee2cfdc9095f6416a2c519df /acct-user/gitlab-runner/gitlab-runner-1-r2.ebuild | |
parent | acct-user/github-exporter: update EAPI 7 -> 8 (diff) | |
download | gentoo-656d5d0a5baea4c7f3c4a7663612edfd4a202505.tar.gz gentoo-656d5d0a5baea4c7f3c4a7663612edfd4a202505.tar.bz2 gentoo-656d5d0a5baea4c7f3c4a7663612edfd4a202505.zip |
acct-user/gitlab-runner: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/gitlab-runner/gitlab-runner-1-r2.ebuild')
-rw-r--r-- | acct-user/gitlab-runner/gitlab-runner-1-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/acct-user/gitlab-runner/gitlab-runner-1-r2.ebuild b/acct-user/gitlab-runner/gitlab-runner-1-r2.ebuild new file mode 100644 index 000000000000..1ef6553cff04 --- /dev/null +++ b/acct-user/gitlab-runner/gitlab-runner-1-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="Dedicated user for gitlab-runner" + +ACCT_USER_ID=510 +ACCT_USER_GROUPS=( gitlab-runner ) + +ACCT_USER_HOME=/var/lib/gitlab-runner +ACCT_USER_HOME_PERMS=0770 + +acct-user_add_deps |