From 394f1ed37ce860da6fdc385769bf29f9737105cd Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Thu, 4 Jun 2026 21:21:20 +0900 Subject: chore: genesis — remove all files to rebuild from scratch (arch rewrite) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packaging/dispatch-frontend@.service | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 packaging/dispatch-frontend@.service (limited to 'packaging/dispatch-frontend@.service') diff --git a/packaging/dispatch-frontend@.service b/packaging/dispatch-frontend@.service deleted file mode 100644 index 6f35cc1..0000000 --- a/packaging/dispatch-frontend@.service +++ /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@ -[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 -- cgit v1.2.3