>
> > > I'm trying to make a minimal set of boot services for alpine
> >
> > I would be interested in the results. Is there simething like a
> repository?
>
> I'm not that far into this, but will make sure to update you when I have
> something tangible.
I actually have realised that maybe the better approach would be to use 66 (
https://web.obarun.org/software/66/latest/). It's much easier to write
services in 66 for me than s6 and it provides an easy and declarative way
to do so which may be easier for folks coming from systemd. It's also based
on 66 and supports execline as the default, so yeah. We are working towards
66 in alpine here:
https://forum.obarun.org/d/1827-66-on-alpine-linux/41
On Mon, 23 Sept 2024 at 23:35, Laurent Bercot <ska-skaware_at_skarnet.org>
wrote:
> >I'm sorry but I don't understand this at all. If there is no argument
> >splitting by default, how do you pass additional arguments with spaces?
>
> You split at import time.
>
> If you want the opts variable to carry several arguments split by
> spaces, you add the -s and -d " " options to importas, to tell it to
> interpret opts as several words, if there are spaces in the contents,
> instead of as always one word.
>
> importas -uiSsd" " opts
> hostname $opts
>
> https://www.skarnet.org/software/execline/importas.html
>
> --
> Laurent
>
>
Received on Fri May 23 2025 - 00:17:02 CEST