Deutsch   English   Français   Italiano  
<vmfuhf$oh1t$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Muttley@dastardlyhq.com
Newsgroups: comp.unix.programmer
Subject: Re: systemd (Subject line fixed as a public service)
Date: Sat, 18 Jan 2025 10:07:43 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <vmfuhf$oh1t$1@dont-email.me>
References: <vjec09$1jpju$1@news.xmission.com> <vjeh88$23spl$1@dont-email.me>
	<vjfob3$2vfl9$4@dont-email.me> <vm6hd3$3dgbv$1@paganini.bofh.team>
	<vm6tm4$2klvb$2@dont-email.me> <vmbevs$3v6su$5@paganini.bofh.team>
 <vmbv2t$3m5re$3@dont-email.me>
Content-Type: text/plain; charset=UTF-8
Injection-Date: Sat, 18 Jan 2025 11:07:43 +0100 (CET)
Injection-Info: dont-email.me; posting-host="9a18c0fb73feb09f375ddf68e01a8632";
	logging-data="803901"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+GPGkGPw6IWmHaIvj6XkPh"
Cancel-Lock: sha1:QAE56mIFeHBaaZXhmWz3gsTk+j0=
Bytes: 2063

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.