:: Re: [DNG] I have a question about l…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Hendrik Boom
Fecha:  
A: dng
Asunto: Re: [DNG] I have a question about libsystemd0 in devuan ascii,
On Fri, Jun 16, 2017 at 11:53:13PM +0200, Dragan FOSS wrote:
> On 16.06.2017. 23:22, Rick Moen wrote:
>
> >The presence of libsystemd0, albeit annoying, doesn't prevent you from
> >installing and using OpenRC.
>
>
> The presence of libsystemd0 means that devuan is not able to function
> without systemd.


libsystemd0 provides the interfaces of systemd for those pieces of software that
require them, but provides the empty implementations; i.e., informing the caller
that the requested acton is not available.

It is completely compatible with not having systemd, and provides an easy
migration path for packages that are designed to test for the presence of systemd
and not use it if it is absent.

-- hendrik