3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-30 14:52:17 +00:00
Brooklyn/tools/kvm/kvm_stat/kvm_stat.service
2022-04-02 18:24:21 +05:00

18 lines
368 B
Desktop File

# SPDX-License-Identifier: GPL-2.0-only
[Unit]
Description=Service that logs KVM kernel module trace events
Before=qemu-kvm.service
[Service]
Type=simple
ExecStart=/usr/bin/kvm_stat -dtcz -s 10 -L /var/log/kvm_stat.csv
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=60s
SyslogIdentifier=kvm_stat
SyslogLevel=debug
[Install]
WantedBy=multi-user.target