mrrl-system-config

system configuration on top of MRRL
git clone https://ccx.te2000.cz/git/mrrl-system-config
Log | Files | Refs

commit 5ee4e9eacd49b46b482c5054801fcd16304dfa53
parent 52c3af7c29b8a93c32f73f99c9d6ea879cc10730
Author: ccx <ccx@te2000.cz>
Date:   Fri, 15 Mar 2024 02:27:41 +0000

Fix variable reference

Diffstat:
Ms6-rc.aat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/s6-rc.aat b/s6-rc.aat @@ -308,7 +308,7 @@ |enabled_bundle("ok-all-but-tty") |run_el() /usr/bin/env HOME=/var/lib/syncthing - s6-envuidgid {<u.name>} applyuidgid-caps -U "" + s6-envuidgid syncthing applyuidgid-caps -U "" syncthing -logflags 0 |end()