more shortcuts

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-12 22:21:48 -05:00
parent df85c52376
commit e19465c39f
1 changed files with 11 additions and 1 deletions

View File

@ -5,7 +5,13 @@ all:
@echo "make enable # enable virtigod on boot"
log:
@journalctl -f -xeu virtigod.service
journalctl -f -xeu virtigod.service
curl-vms:
curl http://localhost:2520/vms
curl-kill:
curl http://localhost:2520/kill
status:
systemctl status virtigod.service
@ -13,9 +19,13 @@ status:
enable:
systemctl enable virtigod.service
stop:
systemctl stop virtigod.service
restart:
systemctl stop virtigod.service
systemctl start virtigod.service
make log
log-libvirt-guests:
journalctl -n 10 -xeu libvirt-guests.service