brintos

brintos / linux-shallow public Read only

0
0
Text · 368 B · 8f13b84 Raw
18 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3[Unit]4Description=Service that logs KVM kernel module trace events5Before=qemu-kvm.service6 7[Service]8Type=simple9ExecStart=/usr/bin/kvm_stat -dtcz -s 10 -L /var/log/kvm_stat.csv10ExecReload=/bin/kill -HUP $MAINPID11Restart=always12RestartSec=60s13SyslogIdentifier=kvm_stat14SyslogLevel=debug15 16[Install]17WantedBy=multi-user.target18