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