summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbin/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install b/bin/install
index d2ab25f..4899939 100755
--- a/bin/install
+++ b/bin/install
@@ -136,7 +136,7 @@ if grep -q 'sk-\.\.\.' /etc/dispatch/env 2>/dev/null; then
echo " 3. journalctl -u dispatch -f"
else
echo "[install] starting service…"
- sudo systemctl start dispatch
+ sudo systemctl restart dispatch
echo ""
echo "[install] done!"
echo " Status: systemctl status dispatch"