Sujet : Re: systemd (Subject line fixed as a public service)
De : Muttley (at) *nospam* dastardlyhq.com
Groupes : comp.unix.programmerDate : 18. Jan 2025, 11:07:43
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vmfuhf$oh1t$1@dont-email.me>
References : 1 2 3 4 5 6 7
On Thu, 16 Jan 2025 21:52:29 -0000 (UTC)
Lawrence D'Oliveiro <
ldo@nz.invalid> gabbled:
On Thu, 16 Jan 2025 17:17:50 -0000 (UTC), Waldek Hebisch wrote:
>
Rather that vendors can (an will) break compatibility when they want.
>
But they cannot lock Open Source users into their product.
>
And actually systemd is an example of thing that users are essentially
forced to use regardless if they want it or not ...
>
It is one of many choices of init/service-management systems. You have
your choice of distros with or without it.
That depends on what you want to do. Some applications only work on certain
distros out the box. Yes, you can always get them to work on any other so
long as you don't mind picking apart their install scripts and/or manually
downloading any missing libraries (which may cause version issues with your
own distro**), but most for most people life's too short for that.
** Unless you go down the docker/VM route but they bring their own level of
pain.