Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 
0003 [Unit]
0004 Description=Service that logs KVM kernel module trace events
0005 Before=qemu-kvm.service
0006 
0007 [Service]
0008 Type=simple
0009 ExecStart=/usr/bin/kvm_stat -dtcz -s 10 -L /var/log/kvm_stat.csv
0010 ExecReload=/bin/kill -HUP $MAINPID
0011 Restart=always
0012 RestartSec=60s
0013 SyslogIdentifier=kvm_stat
0014 SyslogLevel=debug
0015 
0016 [Install]
0017 WantedBy=multi-user.target