From e59dc11f63b1df51142259bb2c406af8c9c8c2bb Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Fri, 26 Jun 2026 20:59:55 +0900 Subject: fix(install): restart service instead of start (no-op when already running) --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3