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/dispatch-systemd.install | |
| 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/dispatch-systemd.install')
| -rw-r--r-- | packaging/dispatch-systemd.install | 25 |
1 files changed, 0 insertions, 25 deletions
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 <user>)." - echo " Enable and start (e.g. for user 'tradam'):" - echo " sudo systemctl daemon-reload" - echo " sudo systemctl enable --now dispatch-api@<user> dispatch-frontend@<user>" - echo "" -} - -post_upgrade() { - echo "" - echo "==> Dispatch systemd units upgraded." - echo " Reload and restart your instances (replace <user>):" - echo " sudo systemctl daemon-reload" - echo " sudo systemctl restart dispatch-api@<user> dispatch-frontend@<user>" - echo "" -} - -pre_remove() { - echo "" - echo "==> Stop dispatch services before removal (replace <user>):" - echo " sudo systemctl disable --now dispatch-api@<user> dispatch-frontend@<user>" - echo "" -} |
