gentoo-zh/acct-user/hysteria/hysteria-0.ebuild
Yixun Lan af6ee267f7 acct-user/hysteria: correct home dir
Signed-off-by: Yixun Lan <dlan@gentoo.org>
2024-12-30 10:21:11 +08:00

14 lines
269 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit acct-user
ACCT_USER_ID=-1
ACCT_USER_GROUPS=( hysteria )
ACCT_USER_HOME="/var/lib/hysteria"
ACCT_USER_HOME_OWNER="hysteria:hysteria"
acct-user_add_deps