From: Marek Szuba Date: Wed, 26 Jun 2019 10:17:16 +0000 (+0100) Subject: acct-user/syncthing: Add 'syncthing' user (UID 499) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7583d3febb0cc4e1a3ebd2445ea4b19b05acae93;p=gentoo.git acct-user/syncthing: Add 'syncthing' user (UID 499) Signed-off-by: Marek Szuba --- diff --git a/acct-user/syncthing/metadata.xml b/acct-user/syncthing/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/acct-user/syncthing/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/acct-user/syncthing/syncthing-0.ebuild b/acct-user/syncthing/syncthing-0.ebuild new file mode 100644 index 000000000000..136d34e4cdb2 --- /dev/null +++ b/acct-user/syncthing/syncthing-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for the system-wide net-p2p/syncthing server" +ACCT_USER_ID=499 +ACCT_USER_HOME=/var/lib/syncthing +ACCT_USER_HOME_PERMS=0770 +ACCT_USER_GROUPS=( syncthing ) + +acct-user_add_deps