mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
acct-user/sndiod: New user
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
8
acct-user/sndiod/metadata.xml
Normal file
8
acct-user/sndiod/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>contact@hacktivis.me</email>
|
||||||
|
<name>Haelwenn (lanodan) Monnier</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
13
acct-user/sndiod/sndiod-0.ebuild
Normal file
13
acct-user/sndiod/sndiod-0.ebuild
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Copyright 2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit acct-user
|
||||||
|
|
||||||
|
DESCRIPTION="daemon user for sndio"
|
||||||
|
ACCT_USER_ID="-1"
|
||||||
|
ACCT_USER_GROUPS=( audio )
|
||||||
|
ACCT_USER_HOME=/var/lib/sndio
|
||||||
|
|
||||||
|
acct-user_add_deps
|
||||||
Reference in New Issue
Block a user