Skip to content

Commit ca286d5

Browse files
committed
Making MSR permanent via systemd
1 parent 9b4195a commit ca286d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/installation/installation-linux.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ However just in case run:
322322
# this should be all you need to use the GMT metric providers
323323
sudo modprobe msr
324324

325+
# To make it permanent you should add it to systemd
326+
echo "msr" | sudo tee /etc/modules-load.d/msr.conf
327+
325328
# this is optional if you want to debug stuff
326329

327330
sudo modprobe intel_rapl_msr # activates /sys/devices/virtual/powercap/intel-rapl subsystem

0 commit comments

Comments
 (0)