parent
df85c52376
commit
e19465c39f
|
@ -5,7 +5,13 @@ all:
|
||||||
@echo "make enable # enable virtigod on boot"
|
@echo "make enable # enable virtigod on boot"
|
||||||
|
|
||||||
log:
|
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:
|
status:
|
||||||
systemctl status virtigod.service
|
systemctl status virtigod.service
|
||||||
|
@ -13,9 +19,13 @@ status:
|
||||||
enable:
|
enable:
|
||||||
systemctl enable virtigod.service
|
systemctl enable virtigod.service
|
||||||
|
|
||||||
|
stop:
|
||||||
|
systemctl stop virtigod.service
|
||||||
|
|
||||||
restart:
|
restart:
|
||||||
systemctl stop virtigod.service
|
systemctl stop virtigod.service
|
||||||
systemctl start virtigod.service
|
systemctl start virtigod.service
|
||||||
|
make log
|
||||||
|
|
||||||
log-libvirt-guests:
|
log-libvirt-guests:
|
||||||
journalctl -n 10 -xeu libvirt-guests.service
|
journalctl -n 10 -xeu libvirt-guests.service
|
||||||
|
|
Loading…
Reference in New Issue