diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-03-27 08:55:41 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-03-27 08:55:41 +0300 |
commit | 24c23e1d5a95ebbe22fc70773015def1e17c0626 (patch) | |
tree | 3e393d976c4d6b894e3527e071fccaa704034fe1 /acct-user | |
parent | acct-group/gitlab-runner: bump the GID due to a conflict (diff) | |
download | gentoo-24c23e1d5a95ebbe22fc70773015def1e17c0626.tar.gz gentoo-24c23e1d5a95ebbe22fc70773015def1e17c0626.tar.bz2 gentoo-24c23e1d5a95ebbe22fc70773015def1e17c0626.zip |
acct-user/gitlab-runner: bump the UID due to a conflict
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/gitlab-runner/gitlab-runner-1.ebuild (renamed from acct-user/gitlab-runner/gitlab-runner-0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acct-user/gitlab-runner/gitlab-runner-0.ebuild b/acct-user/gitlab-runner/gitlab-runner-1.ebuild index e2083d8bd420..927761e522c4 100644 --- a/acct-user/gitlab-runner/gitlab-runner-0.ebuild +++ b/acct-user/gitlab-runner/gitlab-runner-1.ebuild @@ -7,7 +7,7 @@ inherit acct-user DESCRIPTION="Dedicated user for gitlab-runner" -ACCT_USER_ID=509 +ACCT_USER_ID=510 ACCT_USER_GROUPS=( gitlab-runner ) ACCT_USER_HOME=/var/lib/gitlab-runner |