summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-26 20:59:55 +0900
committerAdam Malczewski <[email protected]>2026-06-26 20:59:55 +0900
commite59dc11f63b1df51142259bb2c406af8c9c8c2bb (patch)
treeda462d261398e6a9fc7e8b06ef61084196276110
parent59727d013ce3f1df4b5e97fd0e7c923c6b5a58bb (diff)
downloaddispatch-dev.tar.gz
dispatch-dev.zip
fix(install): restart service instead of start (no-op when already running)dev
-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"