acct-user/syncthing: Add 'syncthing' user (UID 499)

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2019-06-26 11:17:16 +01:00
parent 29ea678856
commit 7583d3febb
2 changed files with 22 additions and 0 deletions

View File

@@ -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>marecki@gentoo.org</email>
<name>Marek Szuba</name>
</maintainer>
</pkgmetadata>

View File

@@ -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