# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Example user services for openrc --user" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64" S="${WORKDIR}" src_install() { exeinto /etc/user.d/init.d doexe ${FILESDIR}/* }