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-systemd.install | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 packaging/dispatch-systemd.install (limited to 'packaging/dispatch-systemd.install') diff --git a/packaging/dispatch-systemd.install b/packaging/dispatch-systemd.install deleted file mode 100644 index 5ebf261..0000000 --- a/packaging/dispatch-systemd.install +++ /dev/null @@ -1,25 +0,0 @@ -post_install() { - echo "" - echo "==> Dispatch systemd system unit templates installed." - echo " These run as the user named in the instance (replace )." - echo " Enable and start (e.g. for user 'tradam'):" - echo " sudo systemctl daemon-reload" - echo " sudo systemctl enable --now dispatch-api@ dispatch-frontend@" - echo "" -} - -post_upgrade() { - echo "" - echo "==> Dispatch systemd units upgraded." - echo " Reload and restart your instances (replace ):" - echo " sudo systemctl daemon-reload" - echo " sudo systemctl restart dispatch-api@ dispatch-frontend@" - echo "" -} - -pre_remove() { - echo "" - echo "==> Stop dispatch services before removal (replace ):" - echo " sudo systemctl disable --now dispatch-api@ dispatch-frontend@" - echo "" -} -- cgit v1.2.3