This commit is contained in:
2026-09-03 21:22:54 +02:00
parent 91bcfb98e0
commit 0808850d67
11 changed files with 45 additions and 153 deletions

View File

@ -0,0 +1 @@
EBUILD sd-cpp-webui-1.ebuild 299 BLAKE2B 1dbe18eb962a3e0571deaa57bef0dbe29a9d05b5f1c4ed52f3f56b237a5110a606eb512dd1c5f486956573c5454f037225e2c01f5d911345e034ca4a0d4d652b SHA512 3580239985c4d75e955c57ba236c86c73be06044250d485cbcaec44392815120b0305bd38233bc76df9ffb2f47a64f973d9f8081692e02a04360faf3dacc0308

View File

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