Skip to content

Commit

Permalink
acct-user/zabbix: new ebuild
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
fordfrog committed Dec 30, 2020
1 parent b9643ba commit 97eea37
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions acct-user/zabbix/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>Miroslav Šulc</name>
</maintainer>
</pkgmetadata>
15 changes: 15 additions & 0 deletions acct-user/zabbix/zabbix-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="User for Zabbix"
ACCT_USER_ID=329
# see https://www.zabbix.com/documentation/current/manual/installation/install
ACCT_USER_HOME=/var/lib/${PN}
ACCT_USER_HOME_PERMS=770
ACCT_USER_GROUPS=( "${PN}" )

acct-user_add_deps

0 comments on commit 97eea37

Please sign in to comment.