Skip to content

Commit f93e52d

Browse files
committed
typo fix
1 parent 7bc44ba commit f93e52d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Systemd:
8080
Stop: sudo systemctl stop $ITEMNAME
8181
VM:
8282
Logs: sudo journalctl -u libvirtd.service
83-
Restart: sudo virsh rebool $ITEMNAME
83+
Restart: sudo virsh reboot $ITEMNAME
8484
Start: sudo virsh start $ITEMNAME
8585
State: sudo virsh list --state-running | grep $ITEMNAME
8686
Stop: sudo virsh shutdown $ITEMNAME

example/types.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Systemd:
1313
Stop: sudo systemctl stop $ITEMNAME
1414
VM:
1515
Logs: sudo journalctl -u libvirtd.service
16-
Restart: sudo virsh rebool $ITEMNAME
16+
Restart: sudo virsh reboot $ITEMNAME
1717
Start: sudo virsh start $ITEMNAME
1818
State: sudo virsh list --state-running | grep $ITEMNAME
1919
Stop: sudo virsh shutdown $ITEMNAME

0 commit comments

Comments
 (0)