Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / contrib / systemd / qemu-vmsr-helper.service
blob8fd397bf79a96456c92b67d68a3ba7e041f5c381
1 [Unit]
2 Description=Virtual RAPL MSR Daemon for QEMU
4 [Service]
5 WorkingDirectory=/tmp
6 Type=simple
7 ExecStart=/usr/bin/qemu-vmsr-helper
8 PrivateTmp=yes
9 ProtectSystem=strict
10 ReadWritePaths=/var/run
11 RestrictAddressFamilies=AF_UNIX
12 Restart=always
13 RestartSec=0
15 [Install]