Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.1.
 1# SPDX-License-Identifier: GPL-2.0-only
 2
 3[Unit]
 4Description=Service that logs KVM kernel module trace events
 5Before=qemu-kvm.service
 6
 7[Service]
 8Type=simple
 9ExecStart=/usr/bin/kvm_stat -dtcz -s 10 -L /var/log/kvm_stat.csv
10ExecReload=/bin/kill -HUP $MAINPID
11Restart=always
12RestartSec=60s
13SyslogIdentifier=kvm_stat
14SyslogLevel=debug
15
16[Install]
17WantedBy=multi-user.target