mirror of
https://scm.tikali.ai/tikali/applications/monky/monky-deployd.git
synced 2026-09-18 04:36:15 +00:00
fix(install.sh): clear ExecStartPre in the run-host drop-in; don't abort before config/grant land; 0.1.4
On env-qa-02 (ziti-edge-tunnel 1.18.7) the package's ExecStartPre script is not executable by user ziti (203/EXEC), so the unit never started, and under set -e `systemctl enable --now` aborted install.sh before config.yaml, ACLs, the bootstrap grant and the timer were written — a second kit was needed. - run-host drop-in clears ExecStartPre= (run-host does not auto-enrol JWTs) - a tunneler start failure is a WARNING until everything else is installed, then a hard error at the end (re-run needs no new kit) Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KLB7jieMNRkTsJ2epr4Ds1
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
<!-- xlate:verbatim-fences -->
|
||||
# Changelog
|
||||
|
||||
## 0.1.4 — 2026-09-07
|
||||
|
||||
- **install.sh: `ziti-edge-tunnel.service` failed to start after enrolment** (`203/EXEC`: the package's
|
||||
`ExecStartPre` script is not executable by user `ziti` on ziti-edge-tunnel 1.18.x) and, because the
|
||||
unit was enabled with `--now` under `set -e`, the script aborted BEFORE writing config/ACLs/grant/timer —
|
||||
a second kit was needed. The run-host drop-in now clears `ExecStartPre=`; a tunneler start failure is a
|
||||
WARNING until everything else is in place, then a hard error at the end.
|
||||
|
||||
## 0.1.3 — 2026-09-06
|
||||
|
||||
- **install.sh: `--version` was clobbered by `/etc/os-release`** (it defines `VERSION`), so the kit tried to download
|
||||
|
||||
Reference in New Issue
Block a user