From ed0223dc8bf51f5e367291729f49a90b05fa5002 Mon Sep 17 00:00:00 2001 From: q3aql Date: Tue, 27 Aug 2024 15:46:52 +0200 Subject: [PATCH] systemD file freqcpu --- freqcpu.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 freqcpu.service diff --git a/freqcpu.service b/freqcpu.service new file mode 100644 index 0000000..646f487 --- /dev/null +++ b/freqcpu.service @@ -0,0 +1,12 @@ +[Unit] +Description=freqcpu - limit CPU frequency + +[Install] +WantedBy=multi-user.target + +[Service] +User=root +Type=simple +ExecStart=/usr/bin/freqcpu -d +KillMode=process +RemainAfterExit=yes