From 8bd381fd1d29f21ffa85ae8d0cfeb14132a056ad Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 4 Feb 2022 16:23:05 +0100 Subject: [PATCH] fix(system-upgrades): Remove copy-paste mistake for workingDir --- .../system-upgrades/fedora-temperature-management.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure/system-upgrades/fedora-temperature-management.yaml b/infrastructure/system-upgrades/fedora-temperature-management.yaml index fcf755e7f..d97ce7119 100644 --- a/infrastructure/system-upgrades/fedora-temperature-management.yaml +++ b/infrastructure/system-upgrades/fedora-temperature-management.yaml @@ -12,7 +12,6 @@ stringData: [Service] Type=oneshot - WorkingDirectory=/opt/letsencrypt/ ExecStart=/bin/sh -c "echo 0 > /sys/devices/system/cpu/cpufreq/boost" cpu-boost-disable.timer: | [Unit] -- GitLab