This commit is contained in:
2026-09-03 21:22:54 +02:00
parent 91bcfb98e0
commit 940e9465b9
9 changed files with 36 additions and 152 deletions

View File

@ -0,0 +1 @@
EBUILD sd-cpp-webui-1.ebuild 259 BLAKE2B fb4daf9c12fe8827e035fbff4db268e08c5dab3ed12137c6721546c9bb5bf4fb3b8b45394d5db4c05a4ec413b2b580e4ed720cec3332c667e6b36ed86b994b24 SHA512 fb86cf4b7c75f4c4ef875eabcd78fb6d036071451ae9b5d7ce78f66302ac275537b3b97fdec961dd89f2d4f63f142338e9a99d40b1463363b81b169e2b914357

View File

@ -0,0 +1,13 @@
EAPI=8
inherit acct-user
DESCRIPTION="System user for sd.cpp-webui"
SLOT="0"
KEYWORDS="amd64"
ACCT_USER_ID="sd-webui"
ACCT_USER_GROUPS=( sd-webui )
ACCT_USER_HOME="/var/lib/sd-webui"
ACCT_USER_HOME_OWNER="sd-webui:sd-webui"
ACCT_USER_SHELL="/sbin/nologin"