s/swampd.service/phosphor-pid-control.service/g

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ia1f08915f5541142cb3e10aa68043d3d2cad0167
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 @@
 
   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 @@
     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 @@
   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
diff --git a/tuning.md b/tuning.md
index efb5e92..d2bb002 100644
--- a/tuning.md
+++ b/tuning.md
@@ -21,7 +21,7 @@
 file and restart the daemon to make the new values effective.
 
 ```
-systemctl restart swampd.service
+systemctl restart phosphor-pid-control.service
 ```
 
 ## Logging