Skip to content

Commit

Permalink
acct-user/at: Initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Apr 26, 2021
1 parent 76d94f6 commit 1a3af96
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions acct-user/at/at-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="user for at daemon"
ACCT_USER_ID=246
ACCT_USER_GROUPS=( at )

acct-user_add_deps
12 changes: 12 additions & 0 deletions acct-user/at/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?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>Lars Wendler</name>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Anthony G. Basile</name>
</maintainer>
</pkgmetadata>

0 comments on commit 1a3af96

Please sign in to comment.