Commit 8b5a6e2
fix(service): exec python so supervise can restart it (#273)
* fix(service): exec python so supervise can restart it
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
* fix(service): make the log run script POSIX-sh safe as well
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
* docs: correct the rationale for replacing BASH_SOURCE
On Venus OS /bin/sh is bash, so the original line worked. The change is
portability hardening for a script that declares #!/bin/sh, not a bug fix.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 9266cc7 commit 8b5a6e2
2 files changed
Lines changed: 13 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | | - | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments