diff --git a/Makefile b/Makefile index 00b3dc4..3bd004c 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,12 @@ build: # if you have a service installed... restart: sudo systemctl restart fedigroups + +stop: + sudo systemctl stop fedigroups + +start: + sudo systemctl start fedigroups + +logs: + journalctl -f -u fedigroups