games-util/steam-nofile - 1.0 (arrans-overlay)

Search

Install

Install this version:

emerge -a =games-util/steam-nofile-1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-util/steam-nofile-1.0

Or alternatively:

emerge --autounmask-write -a =games-util/steam-nofile-1.0

Package Information

Description:
Sets high file descriptor limits for Steam
Homepage:
https://github.com/arran4/arrans-overlay
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0 8 ~amd64 0
View Raw Ebuild
EAPI=8

DESCRIPTION="Sets high file descriptor limits for Steam"
HOMEPAGE="https://github.com/arran4/arrans-overlay"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

S="${WORKDIR}"

src_install() {
	insinto /etc/security/limits.d
	doins "${FILESDIR}/26-steam-nofile.conf"
}