xref: /openbmc/qemu/contrib/systemd/qemu-vmsr-helper.socket (revision 7eecba37788f48d34c015954f1207cc7b52728f5)
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