about summary refs log tree commit diff
path: root/bin/svtree-compile
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2025-09-22 20:26:29 +0200
committerRobert Günzler <r@gnzler.io>2025-09-22 20:26:32 +0200
commit11a4c68af62273212cc233dd09378edbb40f7fd0 (patch)
tree5d8ec0f73714f4f7316b4b56825da09e48de5011 /bin/svtree-compile
parentd84c59878230179974e37e091e0bbbdc51f2affd (diff)
make s6-rc-compile verbose
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bin/svtree-compile')
-rwxr-xr-xbin/svtree-compile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/svtree-compile b/bin/svtree-compile
index aba4f1d..1b2d0d0 100755
--- a/bin/svtree-compile
+++ b/bin/svtree-compile
@@ -13,7 +13,7 @@ main() {
         old="$(find "$STATE_DIR" -maxdepth 1 -name '_[0-9]*' -print)"
 
         # compile new db
-        s6-rc-compile "$new_dir" "$SOURCE_DIR" "$GENERATED_DIR"
+        s6-rc-compile -v2 "$new_dir" "$SOURCE_DIR" "$GENERATED_DIR"
 
         # switch to new db (if there's an active tree)
         test -e "$LIVE_DIR" && s6-rc-update -v2 -l "$LIVE_DIR" -b "$new_dir"