run in place

This commit is contained in:
Jeff Carr 2025-08-28 18:26:42 -05:00
parent d42b2e8666
commit 250fa7de4a
1 changed files with 3 additions and 2 deletions

View File

@ -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