add make targets

This commit is contained in:
Ondřej Hruška 2021-08-26 22:43:32 +02:00
parent 81a98c3d3c
commit 56bbf2607c
No known key found for this signature in database
GPG key ID: 2C5FD5035250423D

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