summaryrefslogtreecommitdiffhomepage
path: root/packaging/[email protected]
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-04 21:21:20 +0900
committerAdam Malczewski <[email protected]>2026-06-04 21:21:20 +0900
commit394f1ed37ce860da6fdc385769bf29f9737105cd (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /packaging/[email protected]
parent81a9cdbadf8c9d940d4fe9a2a0de607dee1f5f1a (diff)
downloaddispatch-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]22
1 files changed, 0 insertions, 22 deletions
diff --git a/packaging/[email protected] b/packaging/[email protected]
deleted file mode 100644
index 6f35cc1..0000000
--- a/packaging/[email protected]
+++ /dev/null
@@ -1,22 +0,0 @@
-# Dispatch Frontend — system service template.
-# Runs under the system manager (PID 1) but drops privileges to the user named
-# in the instance: `dispatch-frontend@tradam` runs as the `tradam` user.
-# Tied to the matching API instance for the same user.
-#
-# Enable/start:
-# sudo systemctl enable --now dispatch-frontend@<user>
-[Unit]
-Description=Dispatch Frontend (static file server, running as %i)
-After=dispatch-api@%i.service
-
-[Service]
-Type=simple
-User=%i
-WorkingDirectory=/opt/dispatch
-ExecStart=/usr/bin/bun packages/frontend/serve.ts
-EnvironmentFile=-/etc/dispatch/dispatch-frontend.conf
-Restart=on-failure
-RestartSec=5
-
-[Install]
-WantedBy=multi-user.target