From 56bbf2607c06d2bdcb7a475fb3e34c583a085cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Thu, 26 Aug 2021 22:43:32 +0200 Subject: [PATCH] add make targets --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) 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