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/sv | |
| parent | 6acb361b5cf0355e70638840b3e9f69091e87cc8 (diff) | |
import s6-rc-compile wrapper
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bin/sv')
| -rwxr-xr-x | bin/sv | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/sv b/bin/sv index 868125f..9fa01ff 100755 --- a/bin/sv +++ b/bin/sv @@ -30,10 +30,10 @@ main() { ## db ## reload | recompile) - export LIVEDIR="$l" - export STATEDIR="$confdir" - export SRCDIR="$confdir/src" - exec s6-rc-recompile + export LIVE_DIR="$l" + export STATE_DIR="$confdir" + export SOURCE_DIR="$confdir/src" + exec svtree-compile ;; ## |