2025-10-06 17:40:39 +02:00

14 lines
272 B
Bash

# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit acct-user
ACCT_USER_ID="128"
ACCT_USER_GROUPS=( "flexget" )
ACCT_USER_HOME="/etc/flexget"
ACCT_USER_COMMENT="Flexget Daemon User"
acct-user_add_deps