add make targets
This commit is contained in:
@@ -7,3 +7,12 @@ build:
|
|||||||
# if you have a service installed...
|
# if you have a service installed...
|
||||||
restart:
|
restart:
|
||||||
sudo systemctl restart fedigroups
|
sudo systemctl restart fedigroups
|
||||||
|
|
||||||
|
stop:
|
||||||
|
sudo systemctl stop fedigroups
|
||||||
|
|
||||||
|
start:
|
||||||
|
sudo systemctl start fedigroups
|
||||||
|
|
||||||
|
logs:
|
||||||
|
journalctl -f -u fedigroups
|
||||||
|
|||||||
Reference in New Issue
Block a user