xref: /qemu/contrib/systemd/qemu-vmsr-helper.socket (revision 1f31243a8c80fac27e52cc362cb1e2c922cf0e1b)
1[Unit]
2Description=Virtual RAPL MSR helper for QEMU
3
4[Socket]
5ListenStream=/run/qemu-vmsr-helper.sock
6SocketMode=0600
7
8[Install]
9WantedBy=multi-user.target
10