diff options
| author | Patrick Venture <venture@google.com> | 2019-07-18 11:17:06 -0700 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2019-07-18 11:17:06 -0700 |
| commit | a7ec8350d17b70153cebe666d3fbe88bddd02a1a (patch) | |
| tree | c0eb30d8f69bde7fcc6bae1030ec0eca0c7b34a6 | |
| parent | f7a2dd5cbdd2dd5c3b892152f5a2e46d280f98de (diff) | |
| download | phosphor-pid-control-a7ec8350d17b70153cebe666d3fbe88bddd02a1a.tar.gz phosphor-pid-control-a7ec8350d17b70153cebe666d3fbe88bddd02a1a.zip | |
s/swampd.service/phosphor-pid-control.service/g
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ia1f08915f5541142cb3e10aa68043d3d2cad0167
| -rwxr-xr-x | tools/fan_rpm_loop_test.sh | 6 | ||||
| -rw-r--r-- | tuning.md | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/fan_rpm_loop_test.sh b/tools/fan_rpm_loop_test.sh index cbebe24..1e966d6 100755 --- a/tools/fan_rpm_loop_test.sh +++ b/tools/fan_rpm_loop_test.sh @@ -44,7 +44,7 @@ RunRpmSteps() { echo "Running RPM from ${start_rpm} to ${stop_rpm} in ${num_steps} steps" CommandRpm "${start_rpm}" - SystemCtl start swampd.service + SystemCtl start phosphor-pid-control.service Sleep 60 local i @@ -56,7 +56,7 @@ RunRpmSteps() { Sleep "${dwell}" done - SystemCtl stop swampd.service + SystemCtl stop phosphor-pid-control.service Mv /tmp/swampd.log ~/"${start_rpm}_${stop_rpm}_${num_steps}_${dwell}.csv" echo "Done!!" } @@ -76,7 +76,7 @@ main() { fi MkDir -p /etc/thermal.d/ - SystemCtl stop swampd.service + SystemCtl stop phosphor-pid-control.service RunRpmSteps "${min_rpm}" "${max_rpm}" 10 30 RunRpmSteps "${max_rpm}" "${min_rpm}" 10 30 @@ -21,7 +21,7 @@ as `4000` or `5000`, and is in RPM. file and restart the daemon to make the new values effective. ``` -systemctl restart swampd.service +systemctl restart phosphor-pid-control.service ``` ## Logging |

