diff options
| author | Robert Günzler <r@gnzler.io> | 2025-09-22 19:27:47 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-09-22 19:53:59 +0200 |
| commit | 0e1acdfd6dd48a3721b42cf1b168bd79f45051f2 (patch) | |
| tree | 1724bb7fb131a68a178acc9b376a89501b5c14c6 /bin/svtree-run | |
| parent | 6acb361b5cf0355e70638840b3e9f69091e87cc8 (diff) | |
import s6-rc-compile wrapper
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
| -rwxr-xr-x | bin/svtree-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/svtree-run b/bin/svtree-run index 9424f39..521a2bc 100755 --- a/bin/svtree-run +++ b/bin/svtree-run @@ -6,7 +6,7 @@ importas -D "/run" -S XDG_RUNTIME_DIR envfile -I /opt/svtree/dirs.conf # compile s6-rc db -foreground { s6-rc-recompile } +foreground { /opt/svtree/bin/svtree-compile } # check that we have the db if { eltest -e ${COMPILED_DIR} } |