Sujet : Re: Systemd ... Pass CL Params to Pgm ?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 13. Jun 2025, 07:53:20
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102ght0$38lv0$1@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Pan/0.162 (Pokrosvk)
On Fri, 13 Jun 2025 08:48:37 +0200, Marc Haber wrote:
Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
>
On Fri, 13 Jun 2025 07:29:25 +0200, Marc Haber wrote:
>
In the case of systemd docs: Because the AI gets the information
without the ideology and the attitude.
>
Can you give examples from the reference docs that exhibit such
things?
>
That would bring me in a bad mood, so no. I remember a systemd man
page about starting a daemon (could have been systemd.service(5))
talking about "modern" daemons that use systemd notify already at a
time when almost NO daemons outside the systemd universe was using
that.
Had a look at
<
https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html>.
The only occurrence of the word “modern” is in this paragraph:
Note that PID files should be avoided in modern projects. Use
Type=notify, Type=notify-reload or Type=simple where possible,
which does not require use of PID files to determine the main
process of a service and avoids needless forking.
Is there some issue with the wording of that?