Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
16 lines
264 B
Desktop File
16 lines
264 B
Desktop File
[Unit]
|
|
Description=Virtual RAPL MSR Daemon for QEMU
|
|
|
|
[Service]
|
|
WorkingDirectory=/tmp
|
|
Type=simple
|
|
ExecStart=/usr/bin/qemu-vmsr-helper
|
|
PrivateTmp=yes
|
|
ProtectSystem=strict
|
|
ReadWritePaths=/var/run
|
|
RestrictAddressFamilies=AF_UNIX
|
|
Restart=always
|
|
RestartSec=0
|
|
|
|
[Install]
|