diff options
Diffstat (limited to 'contrib/systemd/qemu-vmsr-helper.socket')
-rw-r--r-- | contrib/systemd/qemu-vmsr-helper.socket | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/systemd/qemu-vmsr-helper.socket b/contrib/systemd/qemu-vmsr-helper.socket new file mode 100644 index 0000000000..183e8304d6 --- /dev/null +++ b/contrib/systemd/qemu-vmsr-helper.socket @@ -0,0 +1,9 @@ +[Unit] +Description=Virtual RAPL MSR helper for QEMU + +[Socket] +ListenStream=/run/qemu-vmsr-helper.sock +SocketMode=0600 + +[Install] +WantedBy=multi-user.target |