From 250fa7de4a714c0457a4eda6d0c4c4b88b6c0821 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 28 Aug 2025 18:26:42 -0500 Subject: [PATCH] run in place --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 90c57fe..fe97bc9 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,9 @@ start: stop: systemctl stop forged.service -run: build - ./forged --port 2233 --hostname forge.wit.com +run: install + systemctl stop forged.service + forged --daemon # setcap 'cap_net_bind_service=+ep' forged # allow the binary to open ports below 1024 prod: build