pleroma groups!!!!!! try it -> https://piggo.space/hob
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
group-actor/Makefile

19 lines
281 B

3 years ago
.PHONY: build
build:
cargo build --release
ln -sf ./target/release/fedigroups .
# if you have a service installed...
restart:
sudo systemctl restart fedigroups
3 years ago
stop:
sudo systemctl stop fedigroups
start:
sudo systemctl start fedigroups
logs:
journalctl -f -u fedigroups