diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-01-07 11:50:39 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-01-07 11:50:45 +0100 |
| commit | cb58f4df1ca5ba4830f2892b685f883cc0531122 (patch) | |
| tree | 3972c93c967646dad6bff7b9d107be4b4741f1ea | |
| parent | 4e6fa06ea036129c4a815fc5d4494556578624e1 (diff) | |
| download | temp-throttle-cb58f4df1ca5ba4830f2892b685f883cc0531122.tar.gz | |
Add systemd service
| -rw-r--r-- | temp-control.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/temp-control.service b/temp-control.service new file mode 100644 index 0000000..ef32fae --- /dev/null +++ b/temp-control.service @@ -0,0 +1,11 @@ +[Unit] +Description=Automatic CPU throttling + +[Service] +User=root +WorkingDirectory=/ +ExecStart=temp_throttle 65 +Restart=always + +[Install] +WantedBy=multi-user.target |
