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