diff --git a/p2v/issue b/p2v/issue index d4f2b1f6e..9896b6b75 100644 --- a/p2v/issue +++ b/p2v/issue @@ -3,10 +3,9 @@ virt-p2v - Convert a physical machine to use KVM. *** The root password is "p2v" (without quotes). -To see/follow the status of virt-p2v, do: +To see the status of virt-p2v, do: systemctl status p2v -l - journalctl -u p2v --follow Virt-p2v may take some time to start up. If virt-p2v is not running after a few minutes, you can start it by typing: diff --git a/p2v/p2v.service b/p2v/p2v.service index 7fecf666c..6825a2243 100644 --- a/p2v/p2v.service +++ b/p2v/p2v.service @@ -31,6 +31,8 @@ After=network.target Type=oneshot ExecStart=/usr/bin/launch-virt-p2v RemainAfterExit=yes +StandardOutput=journal+console +StandardError=inherit [Install] WantedBy=multi-user.target