mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
acct-user/syncthing: Add 'syncthing' user (UID 499)
Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
8
acct-user/syncthing/metadata.xml
Normal file
8
acct-user/syncthing/metadata.xml
Normal 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>
|
||||
14
acct-user/syncthing/syncthing-0.ebuild
Normal file
14
acct-user/syncthing/syncthing-0.ebuild
Normal 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
|
||||
Reference in New Issue
Block a user