summaryrefslogtreecommitdiffhomepage
path: root/packaging/dispatch.install
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/dispatch.install')
-rw-r--r--packaging/dispatch.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/dispatch.install b/packaging/dispatch.install
index e6db694..7d1439f 100644
--- a/packaging/dispatch.install
+++ b/packaging/dispatch.install
@@ -3,7 +3,7 @@ post_install() {
echo "==> Dispatch has been installed."
echo " Edit /etc/dispatch/dispatch-api.conf to configure the API."
echo " Then enable and start the service:"
- echo " systemctl enable --now dispatch-api"
+ echo " systemctl --user enable --now dispatch-api"
echo ""
}
@@ -11,6 +11,6 @@ post_upgrade() {
echo ""
echo "==> Dispatch has been upgraded."
echo " You may need to restart the service:"
- echo " systemctl restart dispatch-api"
+ echo " systemctl --user restart dispatch-api"
echo ""
}