diff options
| author | Autumn <git@autumnfo.rest> | 2026-04-28 19:20:12 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-04-28 19:20:12 +0100 |
| commit | 09247212134ae58f027ead5bfb59293892f3dffc (patch) | |
| tree | cd5afa3db4ed0e7cc44e533e353542fe37c1e219 /acct-user | |
| parent | e02c9f90a2a679beaf51390046e2d255fd97d655 (diff) | |
[acct-user/ntfy] added ntfy user
Diffstat (limited to 'acct-user')
| -rw-r--r-- | acct-user/ntfy/ntfy-0-r1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/acct-user/ntfy/ntfy-0-r1.ebuild b/acct-user/ntfy/ntfy-0-r1.ebuild new file mode 100644 index 0000000..dd4f2fe --- /dev/null +++ b/acct-user/ntfy/ntfy-0-r1.ebuild @@ -0,0 +1,27 @@ +# +# ~~~ acct-user/ntfy +# +# ~~~ user for ntfy +# + +# +# ~~~ metadata + +# portage info +EAPI=8 + +# info +DESCRIPTION="User for running NTFY" + +# package data +inherit acct-user + +ACCT_USER_ID=-1 +ACCT_USER_HOME="/var/lib/ntfy" +ACCT_USER_GROUPS=( ntfy ) + +# +# ~~~ dependencies + +# user dependencies +acct-user_add_deps |
