Am Do, Sep 19, 2024 am 07:51:50 +0200 schrieb Jan Braun:
Allowing the sysadmin to completely override the service.
Unfortunately this also forces the sysadmin to override the service for
every so little change,
... then begs the question: what's the advantage of having the
${S6CONFIGDIR}/system
Hi,
Am Sa, Jul 06, 2024 am 03:09:26 +0200 schrieb Paul Sopka:
This brings me to the final problem which the alternative mentioned
above solves already: The user services manage a couple of things,
namely the XDG_RUNTIME_DIR and DBUS_SESSION_BUS_ADDRESS that need to be
propagated to the users log
Hi,
(resending this to the list as I only replied to Alexis, sorry Alexis for the
double send.)
Am Tue, Apr 02, 2024 at 03:42:06PM +1100 schrieb Alexis:
Hi all,
Laurent has suggested i ask on IRC about this, but since (a) i'm
in UTC+10, (b) i'm constantly moving between a few different
netw
Hi,
I’m using s6 and s6-linux-init inside lxc containers.
My /sbin/init (created with s6-linux-init-maker) contains the following:
```
#!/bin/execlineb -S0
s6-linux-init -c "/etc/s6-linux-init/current" -m 0022 -p "/usr/bin:/bin" -C --
"$@"
```
Right after starting my container with `lxc-star