Skip to content

Commit

Permalink
acct-user/mosquitto: Add 'mosquitto' user (UID 482)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Sep 27, 2019
1 parent 101bd70 commit c560cd0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions acct-user/mosquitto/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>Lucas Ramage</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>
12 changes: 12 additions & 0 deletions acct-user/mosquitto/mosquitto-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="A user for the mosquitto MQTT broker"
ACCT_USER_ID=482
ACCT_USER_GROUPS=( mosquitto )

acct-user_add_deps

0 comments on commit c560cd0

Please sign in to comment.