Skip to content

Commit

Permalink
acct-user/rundeck: new user for rundeck
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/781263
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs <[email protected]>
  • Loading branch information
williamh committed Jul 30, 2021
1 parent cf95f81 commit e488da4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions acct-user/rundeck/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>William Hubbs</name>
</maintainer>
</pkgmetadata>
14 changes: 14 additions & 0 deletions acct-user/rundeck/rundeck-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit acct-user

DESCRIPTION="A user for app-misc/rundeck-bin"

ACCT_USER_ID=109
ACCT_USER_HOME=/var/lib/rundeck
ACCT_USER_SHELL=/bin/bash
ACCT_USER_GROUPS=( rundeck )

acct-user_add_deps

0 comments on commit e488da4

Please sign in to comment.