mirror of
https://git.ondrovo.com/MightyPork/group-actor.git
synced 2024-11-21 07:31:02 +00:00
add make targets
This commit is contained in:
parent
81a98c3d3c
commit
56bbf2607c
1 changed files with 9 additions and 0 deletions
9
Makefile
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…
Reference in a new issue