summaryrefslogtreecommitdiffhomepage
path: root/packaging/dispatch.install
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/dispatch.install')
-rw-r--r--packaging/dispatch.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/dispatch.install b/packaging/dispatch.install
index 76837f5..75b36cc 100644
--- a/packaging/dispatch.install
+++ b/packaging/dispatch.install
@@ -11,7 +11,7 @@ post_install() {
echo " dispatch-frontend # static frontend (port 18391 by default)"
echo ""
echo " To run as a service, install one of:"
- echo " pacman -S dispatch-systemd # systemd user services"
+ echo " pacman -S dispatch-systemd # systemd system services (run as your user)"
echo " pacman -S dispatch-s6 # s6 services (Artix)"
echo ""
echo " For the Electron desktop wrapper:"
@@ -22,8 +22,8 @@ post_install() {
post_upgrade() {
echo ""
echo "==> Dispatch (base) upgraded."
- echo " If you use dispatch-systemd, restart the units:"
- echo " systemctl --user restart dispatch-api dispatch-frontend"
+ echo " If you use dispatch-systemd, restart the units (replace <user>):"
+ echo " sudo systemctl restart dispatch-api@<user> dispatch-frontend@<user>"
echo " If you use dispatch-s6, restart the services:"
echo " s6-svc -r /run/service/dispatch-api"
echo " s6-svc -r /run/service/dispatch-frontend"