]> Git Repo - J-linux.git/blob - tools/kvm/kvm_stat/kvm_stat.service
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / tools / kvm / kvm_stat / kvm_stat.service
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 [Unit]
4 Description=Service that logs KVM kernel module trace events
5 Before=qemu-kvm.service
6
7 [Service]
8 Type=simple
9 ExecStart=/usr/bin/kvm_stat -dtcz -s 10 -L /var/log/kvm_stat.csv
10 ExecReload=/bin/kill -HUP $MAINPID
11 Restart=always
12 RestartSec=60s
13 SyslogIdentifier=kvm_stat
14 SyslogLevel=debug
15
16 [Install]
17 WantedBy=multi-user.target
This page took 0.032054 seconds and 4 git commands to generate.