From 19f536d8fec511b36b227bd7dc2d03f289dbeeeb Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Wed, 26 Jun 2019 11:00:32 +0100 Subject: acct-group/syncthing: Add 'syncthing' group (GID 499) Signed-off-by: Marek Szuba --- acct-group/syncthing/metadata.xml | 8 ++++++++ acct-group/syncthing/syncthing-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 acct-group/syncthing/metadata.xml create mode 100644 acct-group/syncthing/syncthing-0.ebuild (limited to 'acct-group') diff --git a/acct-group/syncthing/metadata.xml b/acct-group/syncthing/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/acct-group/syncthing/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/acct-group/syncthing/syncthing-0.ebuild b/acct-group/syncthing/syncthing-0.ebuild new file mode 100644 index 000000000000..4e7ab771bb46 --- /dev/null +++ b/acct-group/syncthing/syncthing-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for the system-wide net-p2p/syncthing server" +ACCT_GROUP_ID=499 -- cgit v1.2.3-65-gdbad