diff options
| author | Adam Malczewski <[email protected]> | 2026-06-04 21:21:20 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-04 21:21:20 +0900 |
| commit | 394f1ed37ce860da6fdc385769bf29f9737105cd (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /packaging/[email protected] | |
| parent | 81a9cdbadf8c9d940d4fe9a2a0de607dee1f5f1a (diff) | |
| download | dispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.tar.gz dispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.zip | |
chore: genesis — remove all files to rebuild from scratch (arch rewrite)
Diffstat (limited to 'packaging/[email protected]')
| -rw-r--r-- | packaging/[email protected] | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packaging/[email protected] b/packaging/[email protected] deleted file mode 100644 index e1946dd..0000000 --- a/packaging/[email protected] +++ /dev/null @@ -1,21 +0,0 @@ -[Unit] -Description=Dispatch API server (user %i) -After=network.target local-fs.target home.mount -# The API stores its SQLite DB and reads Claude credentials under the user's -# home (~/.local/share/dispatch). If /home is a separate filesystem, starting -# before it is mounted makes credential discovery fail (EACCES) and Claude -# tabs fall back to an empty API key (401). Ensure /home is mounted first. -RequiresMountsFor=/home - -[Service] -Type=simple -User=%i -Environment=NODE_ENV=production -Environment=PORT=18390 -WorkingDirectory=/opt/dispatch -ExecStart=/usr/bin/bun packages/api/src/index.ts -Restart=on-failure -RestartSec=5 - -[Install] -WantedBy=multi-user.target |
