add make targets

This commit is contained in:
2021-08-26 22:43:32 +02:00
parent 81a98c3d3c
commit 56bbf2607c
+9
View File
@@ -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