xref: /qemu/contrib/systemd/qemu-vmsr-helper.service (revision 0534248a6b515cb4dea29a6fd6c256dc77f2a953)
1[Unit]
2Description=Virtual RAPL MSR Daemon for QEMU
3
4[Service]
5WorkingDirectory=/tmp
6Type=simple
7ExecStart=/usr/bin/qemu-vmsr-helper
8PrivateTmp=yes
9ProtectSystem=strict
10ReadWritePaths=/var/run
11RestrictAddressFamilies=AF_UNIX
12Restart=always
13RestartSec=0
14
15[Install]
16