virtual/service-manager - 2-r1 (gentoo)

Search

Virtual Group Dependencies

This virtual package provides the following dependencies:

Install

Install this version:

emerge -a =virtual/service-manager-2-r1

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

autounmask =virtual/service-manager-2-r1

Or alternatively:

emerge --autounmask-write -a =virtual/service-manager-2-r1

Package Information

Description:
Virtual for various service managers

Ebuild Details

Version EAPI Keywords Slot
2-r1 8 ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Virtual for various service managers"

SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="systemd"

RDEPEND="
	!prefix-guest? (
		systemd? ( sys-apps/systemd )
		!systemd? ( || (
				sys-apps/openrc
				kernel_linux? ( || (
					sys-apps/s6-rc[system-init(-)]
					sys-process/runit[system-init(-)]
				) )
			)
		)
	)
"

USE Flags

Manage flags for this package: euse -i <flag> -p virtual/service-manager | euse -E <flag> -p virtual/service-manager | euse -D <flag> -p virtual/service-manager

Global/Standard Flags

Dependencies

RDEPEND

	!prefix-guest? (
		systemd? ( sys-apps/systemd )
		!systemd? ( || (
				sys-apps/openrc
				kernel_linux? ( || (
					sys-apps/s6-rc[system-init(-)]
					sys-process/runit[system-init(-)]
				) )
			)
		)
	)