cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

kvm_stat.service (368B)


      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