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