add make targets

master
Ondřej Hruška 3 years ago
parent 81a98c3d3c
commit 56bbf2607c
Signed by untrusted user: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 9
      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

Loading…
Cancel
Save