Sujet : Re: Distros specifically designed for children
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 31. May 2025, 09:07:14
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <101edbi$112mr$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Pan/0.162 (Pokrosvk)
On Sat, 31 May 2025 08:58:10 +0200, Marc Haber wrote:
And still they refuse to optionally allow passing for example an
ExecStartPre to a shell, forcing people to either separate things from
their systemd units into dedicated scripts (which is error prone since
those things can become out of sync), or to put themselves into quoting
hell with /bin/sh -c 'foo; bar; baz' constructs.
Oh, you mean the fact that lines which are commands to be executed are
restricted to not allowing full shell-style constructs?
If you want multiple commands to be run, you can have multiple
ExecStartPre lines.