Skip to content

Commit

Permalink
acct-user/znc: new user for net-irc/znc
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Louis Sautier <[email protected]>
  • Loading branch information
sbraz committed Jun 12, 2020
1 parent b2eb577 commit 52f0c43
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions acct-user/znc/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>Louis Sautier</name>
</maintainer>
</pkgmetadata>
16 changes: 16 additions & 0 deletions acct-user/znc/znc-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="User for net-irc/znc"
ACCT_USER_ID=421
ACCT_USER_GROUPS=( ${PN} )
# The systemd unit needs HOME to be set
# https://bugs.gentoo.org/521916
ACCT_USER_HOME=/var/lib/znc
ACCT_USER_HOME_PERMS=0700

acct-user_add_deps

0 comments on commit 52f0c43

Please sign in to comment.