virtlogd command examples

virtlogd command examples

virtlogd – libvirt log management daemon

To retrieve the version of virtlogd:

# virtlogd --version
virtlogd (libvirt) 1.1.1
#

To start virtlogd, instructing it to daemonize and create a PID file:

# virtlogd -d
# ls -la /var/run/virtlogd.pid
-rw-r--r-- 1 root root 6 Jul 9 02:40 /var/run/virtlogd.pid
#

 

Leave a Reply

Your email address will not be published. Required fields are marked *